diff options
author | James Almer <jamrial@gmail.com> | 2023-01-09 11:22:39 -0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-02-09 15:35:14 +0100 |
commit | 3ceffe783965767e62d59e8e68ecd265c98460ec (patch) | |
tree | 969d9bac9d858f6749ab62180960cf3af9cc4df6 /libavcodec/mpeg12.h | |
parent | 5f9e848e686a3c0795939809712b260af5c1adb8 (diff) | |
download | ffmpeg-3ceffe783965767e62d59e8e68ecd265c98460ec.tar.gz |
avcodec: remove FF_API_FLAG_TRUNCATED
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/mpeg12.h')
-rw-r--r-- | libavcodec/mpeg12.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libavcodec/mpeg12.h b/libavcodec/mpeg12.h index 4e2e67eae1..86dd627e95 100644 --- a/libavcodec/mpeg12.h +++ b/libavcodec/mpeg12.h @@ -34,15 +34,6 @@ #define EXT_START_CODE 0x000001b5 #define USER_START_CODE 0x000001b2 -#include "version_major.h" -#if FF_API_FLAG_TRUNCATED -#include <stdint.h> - -struct ParseContext; -struct AVCodecParserContext; -int ff_mpeg1_find_frame_end(struct ParseContext *pc, const uint8_t *buf, int buf_size, struct AVCodecParserContext *s); -#endif - void ff_mpeg12_find_best_frame_rate(AVRational frame_rate, int *code, int *ext_n, int *ext_d, int nonstandard); |