summaryrefslogtreecommitdiff
path: root/libavcodec/rv10.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/rv10.c
parent9856f6a443103f6727024ace0c78f5cf7192652a (diff)
avcodec/rv10.h: Split header into decoder- and encoder-only parts
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/rv10.c')
-rw-r--r--libavcodec/rv10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c
index 4dfaa3460d..241ee53442 100644
--- a/libavcodec/rv10.c
+++ b/libavcodec/rv10.c
@@ -41,7 +41,7 @@
#include "mpegvideo.h"
#include "mpeg4video.h"
#include "mpegvideodata.h"
-#include "rv10.h"
+#include "rv10dec.h"
#define RV_GET_MAJOR_VER(x) ((x) >> 28)
#define RV_GET_MINOR_VER(x) (((x) >> 20) & 0xFF)