diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-01 07:10:17 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-13 19:35:58 +0100 |
commit | e2cf60f0401c6731026a82f7b5b18b1b0389ee5d (patch) | |
tree | 0d61bff193002232dc1b1efabe0fef974db6b28f /libavcodec/msmpeg4dec.c | |
parent | 9f2b566301576242ce621b9b73a9bdccee7bb5ff (diff) | |
download | ffmpeg-e2cf60f0401c6731026a82f7b5b18b1b0389ee5d.tar.gz |
avcodec/msmpeg4.h: Move decoder-only parts to a new header
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/msmpeg4dec.c')
-rw-r--r-- | libavcodec/msmpeg4dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/msmpeg4dec.c b/libavcodec/msmpeg4dec.c index e1d2c342bc..8099872509 100644 --- a/libavcodec/msmpeg4dec.c +++ b/libavcodec/msmpeg4dec.c @@ -27,12 +27,12 @@ #include "mpegutils.h" #include "mpegvideo.h" #include "msmpeg4.h" +#include "msmpeg4dec.h" #include "libavutil/imgutils.h" #include "h263.h" #include "h263dec.h" #include "mpeg4video.h" #include "msmpeg4data.h" -#include "vc1data.h" #include "wmv2dec.h" #define DC_VLC_BITS 9 |