summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-12 19:51:36 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-20 00:20:15 +0200
commit8edf6c3bf14dd9cd0086922f3a57eb4bef65c7e4 (patch)
treee17fd5f6440460e951fa73b0012a44b94394ec15 /libavcodec/mpegvideo.h
parentdd846bc4a9163f875cc2c4e99325c1a7b4ab8e7d (diff)
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.h2
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"