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/nvdec_mpeg4.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/nvdec_mpeg4.c')
-rw-r--r-- | libavcodec/nvdec_mpeg4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/nvdec_mpeg4.c b/libavcodec/nvdec_mpeg4.c index 739b049933..a134423382 100644 --- a/libavcodec/nvdec_mpeg4.c +++ b/libavcodec/nvdec_mpeg4.c @@ -22,6 +22,7 @@ #include "avcodec.h" #include "mpeg4video.h" +#include "mpeg4videodec.h" #include "nvdec.h" #include "decode.h" |