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/mpegvideo_enc.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/mpegvideo_enc.c')
-rw-r--r-- | libavcodec/mpegvideo_enc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo_enc.c b/libavcodec/mpegvideo_enc.c index 39fa9caf4a..b642dc61b9 100644 --- a/libavcodec/mpegvideo_enc.c +++ b/libavcodec/mpegvideo_enc.c @@ -51,6 +51,7 @@ #include "h261enc.h" #include "h263.h" #include "h263data.h" +#include "h263enc.h" #include "mjpegenc_common.h" #include "mathops.h" #include "mpegutils.h" |