Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-01 09:31:26 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-13 21:41:57 +0300
commit1187765f3b7372c6f8c2264297fded779574ad01 (patch)
treeda60592f16fdd29c3ea0aff0caa39b18fb7eca54 /libavcodec/mpeg4videodec.c
parent20d74fb09dbf133f9de92ed55314c7a547309d84 (diff)
avcodec/mpeg4video.h: Move decoder-only parts to a new header
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mpeg4videodec.c')
-rw-r--r--libavcodec/mpeg4videodec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpeg4videodec.c b/libavcodec/mpeg4videodec.c
index ce0ea8d9f6..34b6ec2078 100644
--- a/libavcodec/mpeg4videodec.c
+++ b/libavcodec/mpeg4videodec.c
@@ -34,6 +34,7 @@
#include "mpegvideodata.h"
#include "mpeg4video.h"
#include "mpeg4videodata.h"
+#include "mpeg4videodec.h"
#include "h263.h"
#include "h263data.h"
#include "h263dec.h"