diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-28 01:14:42 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-13 19:49:29 +0100 |
commit | 746e7102be97fd15c7d084f434835497e5c81e63 (patch) | |
tree | 219d4b9f282456071af7e6f2e9b807bf4003612d /libavcodec/h263enc.h | |
parent | 9fa4e0e555ea5d484bf6038ebb0d39a7bf86fb71 (diff) | |
download | ffmpeg-746e7102be97fd15c7d084f434835497e5c81e63.tar.gz |
avcodec/mpegvideo: Move encoder-only stuff to a new header
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/h263enc.h')
-rw-r--r-- | libavcodec/h263enc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263enc.h b/libavcodec/h263enc.h index 31f00665ce..fff85a18f2 100644 --- a/libavcodec/h263enc.h +++ b/libavcodec/h263enc.h @@ -22,7 +22,7 @@ #include <stdint.h> #include "h263data.h" -#include "mpegvideo.h" +#include "mpegvideoenc.h" void ff_h263_encode_init(MpegEncContext *s); void ff_h263_encode_picture_header(MpegEncContext *s, int picture_number); |