]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libschroedinger.h
Removes misleading const qualifier, gets rid of two compiler warnings
[ffmpeg] / libavcodec / libschroedinger.h
index 7b5f7f2bcfdf0df3344873989c0ee228b9f781ef..6902a5d0596a2e8b2784b103045237a1b606411f 100644 (file)
@@ -23,8 +23,8 @@
 * data structures common to libschroedingerdec.c and libschroedingerenc.c
 */
 
-#ifndef FFMPEG_LIBSCHROEDINGER_H
-#define FFMPEG_LIBSCHROEDINGER_H
+#ifndef AVCODEC_LIBSCHROEDINGER_H
+#define AVCODEC_LIBSCHROEDINGER_H
 
 #include "config.h"
 
@@ -58,4 +58,4 @@ int ff_get_schro_frame_format (SchroChromaFormat schro_chroma_fmt,
                                SchroFrameFormat  *schro_frame_fmt);
 
 #endif /* CONFIG_LIBSCHROEDINGER */
-#endif /* FFMPEG_LIBSCHROEDINGER_H */
+#endif /* AVCODEC_LIBSCHROEDINGER_H */