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-01-24 23:54:45 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-29 20:34:30 +0300
commit7f6596c8bb63d5ab8dec240568461b51d3b79c76 (patch)
tree6a4cc56e3aca5349b6aa4527202e7941e828a630 /libavcodec/mpeg4videodec.c
parent85bbae8473029a96d60cd0f9d8956a7c8aca49bb (diff)
avcodec/h263: Move decoding-only stuff to a new header h263dec.h
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 737689b35b..162048b604 100644
--- a/libavcodec/mpeg4videodec.c
+++ b/libavcodec/mpeg4videodec.c
@@ -36,6 +36,7 @@
#include "mpeg4video.h"
#include "mpeg4videodata.h"
#include "h263.h"
+#include "h263dec.h"
#include "profiles.h"
#include "thread.h"
#include "xvididct.h"