]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/stereo3d.h
avfilter/vaf_spectrumsynth: assert that variables are initialized by switch()
[ffmpeg] / libavfilter / stereo3d.h
index e7a84568ee2a7d2d7ed1081ac6bb465108618e6b..54611d1286aa3f7d3a3daea06846ab0e55aea0dc 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef LIBAVFILTER_STEREO3D_H
-#define LIBAVFILTER_STEREO3D_H
+#ifndef AVFILTER_STEREO3D_H
+#define AVFILTER_STEREO3D_H
 
 #include <stddef.h>
 #include <stdint.h>
@@ -33,4 +33,4 @@ typedef struct Stereo3DDSPContext {
 
 void ff_stereo3d_init_x86(Stereo3DDSPContext *dsp);
 
-#endif /* LIBAVFILTER_STEREO3D_H */
+#endif /* AVFILTER_STEREO3D_H */