]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpeg12decdata.h
Provide non null class name to avoid crash with ffmpeg -h.
[ffmpeg] / libavcodec / mpeg12decdata.h
index 7aee9899bfcc4138f24b84c2482501c32ddad017..52816d416213adab2c13f3f0625016c771185706 100644 (file)
@@ -25,8 +25,8 @@
  * MPEG1/2 decoder tables.
  */
 
-#ifndef AVCODEC_MPEG12DECDATA_H
-#define AVCODEC_MPEG12DECDATA_H
+#ifndef FFMPEG_MPEG12DECDATA_H
+#define FFMPEG_MPEG12DECDATA_H
 
 #include <stdint.h>
 #include "mpegvideo.h"
@@ -121,4 +121,4 @@ static const uint8_t *mpeg2_dc_scale_table[4]={
     mpeg2_dc_scale_table3,
 };
 
-#endif // AVCODEC_MPEG12DECDATA_H
+#endif /* FFMPEG_MPEG12DECDATA_H */