diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-24 19:54:25 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-27 14:14:56 +0200 |
commit | 17e23aed41c37e130ec38b9f682c5cde990eefcc (patch) | |
tree | 3a6fbfa135fe1e4ed0a4a7b49eb99097532356d0 /libavcodec/h263dec.c | |
parent | 6be4b534ce83d28382209991b9441d3c64ca4472 (diff) | |
download | ffmpeg-17e23aed41c37e130ec38b9f682c5cde990eefcc.tar.gz |
avcodec/internal: Move ff_get_format() to decode.h
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r-- | libavcodec/h263dec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index 8728cfa6e9..87fbf87c8a 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -31,6 +31,7 @@ #include "avcodec.h" #include "codec_internal.h" +#include "decode.h" #include "error_resilience.h" #include "flvdec.h" #include "h263.h" |