]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpeg12data.h
Remove unnecessary forward declaration for msmpeg4_memsetw().
[ffmpeg] / libavcodec / mpeg12data.h
index e23ec83188b20b710c72fb383c4e7983b106c516..47973e19b41e8dc8386e64efe2d336fcaa1c3e09 100644 (file)
  */
 
 /**
- * @file mpeg12data.h
+ * @file libavcodec/mpeg12data.h
  * MPEG1/2 tables.
  */
 
-#ifndef FFMPEG_MPEG12DATA_H
-#define FFMPEG_MPEG12DATA_H
+#ifndef AVCODEC_MPEG12DATA_H
+#define AVCODEC_MPEG12DATA_H
 
 #include <stdint.h>
-#include "rational.h"
+#include "libavutil/rational.h"
 #include "rl.h"
 
 extern const uint16_t ff_mpeg1_default_intra_matrix[64];
@@ -53,4 +53,4 @@ extern const AVRational ff_frame_rate_tab[];
 extern const float ff_mpeg1_aspect[16];
 extern const AVRational ff_mpeg2_aspect[16];
 
-#endif /* FFMPEG_MPEG12DATA_H */
+#endif /* AVCODEC_MPEG12DATA_H */