diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-06-13 01:35:01 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-22 15:02:46 +0200 |
commit | e0b4fe0efa70116de36357135cc7f4744e9404c0 (patch) | |
tree | 4f6990feb82a34feeff8e81b38ec915a5d4e439e /libavcodec/diracdec.c | |
parent | 2934a4b9a5ee4825480180421e4679c02e6cbbe5 (diff) | |
download | ffmpeg-e0b4fe0efa70116de36357135cc7f4744e9404c0.tar.gz |
avcodec: Remove some unnecessary mpegvideo.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/diracdec.c')
-rw-r--r-- | libavcodec/diracdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/diracdec.c b/libavcodec/diracdec.c index 30a5b1340b..1113517880 100644 --- a/libavcodec/diracdec.c +++ b/libavcodec/diracdec.c @@ -37,7 +37,7 @@ #include "dirac_arith.h" #include "dirac_vlc.h" #include "mpeg12data.h" -#include "libavcodec/mpegvideo.h" +#include "mpegpicture.h" #include "mpegvideoencdsp.h" #include "dirac_dwt.h" #include "dirac.h" |