diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-01 07:31:26 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-13 19:41:57 +0100 |
commit | 1187765f3b7372c6f8c2264297fded779574ad01 (patch) | |
tree | da60592f16fdd29c3ea0aff0caa39b18fb7eca54 /libavcodec/msmpeg4dec.c | |
parent | 20d74fb09dbf133f9de92ed55314c7a547309d84 (diff) | |
download | ffmpeg-1187765f3b7372c6f8c2264297fded779574ad01.tar.gz |
avcodec/mpeg4video.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 a490da1aa6..a823cc1e12 100644 --- a/libavcodec/msmpeg4dec.c +++ b/libavcodec/msmpeg4dec.c @@ -32,7 +32,7 @@ #include "h263.h" #include "h263data.h" #include "h263dec.h" -#include "mpeg4video.h" +#include "mpeg4videodec.h" #include "msmpeg4data.h" #include "wmv2dec.h" |