summaryrefslogtreecommitdiff
path: root/libavcodec/rv20enc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-28 00:59:24 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-13 19:41:43 +0100
commit20d74fb09dbf133f9de92ed55314c7a547309d84 (patch)
tree2baf144700f3befc5e66bb4969a0f90fab0b36d7 /libavcodec/rv20enc.c
parent20033c7da4d631385dcb2afc4ed907c3500d8372 (diff)
avcodec/h263.h: Move encoder-only stuff to a new header h263enc.h
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 19b6aab278..204cd03a24 100644
--- a/libavcodec/rv20enc.c
+++ b/libavcodec/rv20enc.c
@@ -27,8 +27,8 @@
#include "mpegvideo.h"
#include "mpegvideodata.h"
-#include "h263.h"
#include "h263data.h"
+#include "h263enc.h"
#include "put_bits.h"
#include "rv10.h"