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-28 03:14:42 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-13 21:49:29 +0300
commit746e7102be97fd15c7d084f434835497e5c81e63 (patch)
tree219d4b9f282456071af7e6f2e9b807bf4003612d /libavcodec/libxavs2.c
parent9fa4e0e555ea5d484bf6038ebb0d39a7bf86fb71 (diff)
avcodec/mpegvideo: Move encoder-only stuff to a new header
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/libxavs2.c')
-rw-r--r--libavcodec/libxavs2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c
index 9c5a576e90..4742b18f9f 100644
--- a/libavcodec/libxavs2.c
+++ b/libavcodec/libxavs2.c
@@ -24,8 +24,10 @@
#include "xavs2.h"
#include "encode.h"
+#include "internal.h"
#include "mpeg12.h"
#include "libavutil/avstring.h"
+#include "libavutil/opt.h"
#define xavs2_opt_set2(name, format, ...) do{ \
char opt_str[16] = {0}; \