diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-24 21:54:45 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-29 18:34:30 +0100 |
commit | 7f6596c8bb63d5ab8dec240568461b51d3b79c76 (patch) | |
tree | 6a4cc56e3aca5349b6aa4527202e7941e828a630 /libavcodec/flvdec.c | |
parent | 85bbae8473029a96d60cd0f9d8956a7c8aca49bb (diff) | |
download | ffmpeg-7f6596c8bb63d5ab8dec240568461b51d3b79c76.tar.gz |
avcodec/h263: Move decoding-only stuff to a new header h263dec.h
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/flvdec.c')
-rw-r--r-- | libavcodec/flvdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/flvdec.c b/libavcodec/flvdec.c index 2ddcf021fd..2bd86b5b47 100644 --- a/libavcodec/flvdec.c +++ b/libavcodec/flvdec.c @@ -21,7 +21,7 @@ #include "libavutil/imgutils.h" #include "flv.h" -#include "h263.h" +#include "h263dec.h" #include "mpegvideo.h" #include "mpegvideodata.h" |