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/rv40.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/rv40.c')
-rw-r--r-- | libavcodec/rv40.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rv40.c b/libavcodec/rv40.c index 0b3f733bc6..9cec0751e1 100644 --- a/libavcodec/rv40.c +++ b/libavcodec/rv40.c @@ -32,6 +32,7 @@ #include "internal.h" #include "mpegutils.h" #include "mpegvideo.h" +#include "mpegvideodec.h" #include "golomb.h" #include "rv34.h" |