diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-01 08:42:25 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-13 19:49:29 +0100 |
commit | 965cfc6684e00bd7d21295554f325ff62ce6669a (patch) | |
tree | 3ade9847c057b5c044f97ad3f5c958369074bd47 /libavcodec/h263dec.c | |
parent | 746e7102be97fd15c7d084f434835497e5c81e63 (diff) | |
download | ffmpeg-965cfc6684e00bd7d21295554f325ff62ce6669a.tar.gz |
avcodec/mpegvideo: Move decoder-only stuff to a new header
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r-- | libavcodec/h263dec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index ecbae0cfe2..09176c2749 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -45,6 +45,7 @@ #endif #include "mpegutils.h" #include "mpegvideo.h" +#include "mpegvideodec.h" #include "msmpeg4dec.h" #include "qpeldsp.h" #include "thread.h" |