diff options
author | James Almer <jamrial@gmail.com> | 2025-02-19 12:47:24 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2025-03-28 14:33:07 -0300 |
commit | ec8e796b42bccf999fdf31c110385e2cc119b7f2 (patch) | |
tree | 628602fe58d7fec9bda484c195635e7817be2fbe /libavformat/internal.h | |
parent | c153238275c28ec1891df696114c152285dc9680 (diff) | |
download | ffmpeg-ec8e796b42bccf999fdf31c110385e2cc119b7f2.tar.gz |
avformat: remove deprecated FF_API_AVSTREAM_SIDE_DATA
Deprecated since 2023-10-06.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r-- | libavformat/internal.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h index b909adf209..500c310b88 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -110,10 +110,6 @@ typedef struct FFFormatContext { */ AVPacket *pkt; -#if FF_API_AVSTREAM_SIDE_DATA - int inject_global_side_data; -#endif - int avoid_negative_ts_use_pts; /** @@ -292,13 +288,6 @@ typedef struct FFStream { uint8_t dts_ordered; uint8_t dts_misordered; -#if FF_API_AVSTREAM_SIDE_DATA - /** - * Internal data to inject global side data - */ - int inject_global_side_data; -#endif - /** * display aspect ratio (0 if unknown) * - encoding: unused |