From 8edf6c3bf14dd9cd0086922f3a57eb4bef65c7e4 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sun, 12 Sep 2021 19:51:36 +0200 Subject: avcodec/(h263|mpeg4?video)_parser: Make *_find_frame_end() static Signed-off-by: Andreas Rheinhardt --- libavcodec/mpegvideo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/mpegvideo.h') 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" -- cgit v1.2.3