diff options
author | Marton Balint <cus@passwd.hu> | 2020-12-28 01:21:20 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2021-01-09 22:38:12 +0100 |
commit | 2e2891383e596314a9888ba9b99d6987c82d7c9b (patch) | |
tree | 376cb63cde0be9eb04710a86dd708161febf7bc3 /libavfilter/vf_pp7.h | |
parent | e57879ec18edab5827268a498577cece82d56811 (diff) | |
download | ffmpeg-2e2891383e596314a9888ba9b99d6987c82d7c9b.tar.gz |
avformat: remove some mpegts details from AVStream
These fields were added to support -merge_pmt_versions, but the mpegts demuxer
is also keeping track its programs internally, so that should be a better place
to handle it.
Also it is not a very good idea to keep fields like program_num or
pmt_stream_idx in an AVStream, because a single stream can be part of multiple
programs, multiple PMTs, so the stream attributes can refer to any program the
stream is part of.
Since they are not part of public API, lets simply remove them, or rather
replace them with placeholders for ABI compatibility with libavdevice.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavfilter/vf_pp7.h')
0 files changed, 0 insertions, 0 deletions