aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_enc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-01 11:05:51 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-13 19:49:29 +0100
commit9fa4e0e555ea5d484bf6038ebb0d39a7bf86fb71 (patch)
treea9de69338dfcfd6d45886173510e83fdf6b8e194 /libavcodec/mpegvideo_enc.c
parent9856f6a443103f6727024ace0c78f5cf7192652a (diff)
downloadffmpeg-9fa4e0e555ea5d484bf6038ebb0d39a7bf86fb71.tar.gz
avcodec/rv10.h: Split header into decoder- and encoder-only parts
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mpegvideo_enc.c')
-rw-r--r--libavcodec/mpegvideo_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo_enc.c b/libavcodec/mpegvideo_enc.c
index 772150ef26..e94e83a6ef 100644
--- a/libavcodec/mpegvideo_enc.c
+++ b/libavcodec/mpegvideo_enc.c
@@ -70,7 +70,7 @@
#include "internal.h"
#include "bytestream.h"
#include "wmv2enc.h"
-#include "rv10.h"
+#include "rv10enc.h"
#include "packet_internal.h"
#include <limits.h>
#include "sp5x.h"