diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-09-12 19:51:36 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-09-20 00:20:15 +0200 |
commit | 8edf6c3bf14dd9cd0086922f3a57eb4bef65c7e4 (patch) | |
tree | e17fd5f6440460e951fa73b0012a44b94394ec15 /libavcodec/mpegvideo.h | |
parent | dd846bc4a9163f875cc2c4e99325c1a7b4ab8e7d (diff) | |
download | ffmpeg-8edf6c3bf14dd9cd0086922f3a57eb4bef65c7e4.tar.gz |
avcodec/(h263|mpeg4?video)_parser: Make *_find_frame_end() static
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 8dfa904577..e90669b776 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -49,7 +49,9 @@ #include "pixblockdsp.h" #include "put_bits.h" #include "ratecontrol.h" +#if FF_API_FLAG_TRUNCATED #include "parser.h" +#endif #include "mpegutils.h" #include "mpeg12data.h" #include "qpeldsp.h" |