X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmpeg12data.h;h=47973e19b41e8dc8386e64efe2d336fcaa1c3e09;hb=f0812be883221eded78011893e6ad50af2f6b129;hp=e23ec83188b20b710c72fb383c4e7983b106c516;hpb=3bfe9260fa0b9e46e0d23cc085fa55db1050a0bd;p=ffmpeg diff --git a/libavcodec/mpeg12data.h b/libavcodec/mpeg12data.h index e23ec83188b..47973e19b41 100644 --- a/libavcodec/mpeg12data.h +++ b/libavcodec/mpeg12data.h @@ -21,15 +21,15 @@ */ /** - * @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 -#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 */