summaryrefslogtreecommitdiff
path: root/libavcodec/rv20enc.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/rv20enc.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/rv20enc.c')
-rw-r--r--libavcodec/rv20enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv20enc.c b/libavcodec/rv20enc.c
index 204cd03a24..892107f1f8 100644
--- a/libavcodec/rv20enc.c
+++ b/libavcodec/rv20enc.c
@@ -30,7 +30,7 @@
#include "h263data.h"
#include "h263enc.h"
#include "put_bits.h"
-#include "rv10.h"
+#include "rv10enc.h"
void ff_rv20_encode_picture_header(MpegEncContext *s, int picture_number){
put_bits(&s->pb, 2, s->pict_type); //I 0 vs. 1 ?