diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-28 00:59:24 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-13 19:41:43 +0100 |
commit | 20d74fb09dbf133f9de92ed55314c7a547309d84 (patch) | |
tree | 2baf144700f3befc5e66bb4969a0f90fab0b36d7 /libavcodec/rv20enc.c | |
parent | 20033c7da4d631385dcb2afc4ed907c3500d8372 (diff) | |
download | ffmpeg-20d74fb09dbf133f9de92ed55314c7a547309d84.tar.gz |
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.c | 2 |
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" |