diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-01 07:45:23 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-13 19:45:39 +0100 |
commit | f78ffe382c2c6d3bd57b8a5d4e6e3689f6e90043 (patch) | |
tree | d8f2120a5d3bd34ab45eb0c6e5e15ca7792c402a /libavcodec/mpegvideo_enc.c | |
parent | 876d0afe1f220586217a56fdfb21900c7156246e (diff) | |
download | ffmpeg-f78ffe382c2c6d3bd57b8a5d4e6e3689f6e90043.tar.gz |
avcodec/flv.h: Split header into encoder-only and decoder-only headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mpegvideo_enc.c')
-rw-r--r-- | libavcodec/mpegvideo_enc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo_enc.c b/libavcodec/mpegvideo_enc.c index c40808bca2..b4b1c8ecda 100644 --- a/libavcodec/mpegvideo_enc.c +++ b/libavcodec/mpegvideo_enc.c @@ -61,9 +61,8 @@ #include "pixblockdsp.h" #include "qpeldsp.h" #include "faandct.h" -#include "thread.h" #include "aandcttab.h" -#include "flv.h" +#include "flvenc.h" #include "mpeg4video.h" #include "mpeg4videodata.h" #include "mpeg4videoenc.h" |