diff options
author | Aman Gupta <aman@tmm1.net> | 2018-05-17 15:31:11 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2018-05-18 19:00:29 -0700 |
commit | 24579bf53747176bc288fdcca98d1f3209099ade (patch) | |
tree | 9a3b12d2d8e6790cb09130085f9c4aa5bce05b3b /doc/swscale.txt | |
parent | 2b2f2f65f38cdd64fe126079f84872c0b06c6afc (diff) | |
download | ffmpeg-24579bf53747176bc288fdcca98d1f3209099ade.tar.gz |
avformat/mpegts: keep track of PMT details in AVProgram/AVStream
With these fields, the user has enough information to
detect PMT changes and switch to new streams when the PMT
is updated with new ES pids.
To do so, the user would monitor the AVProgram they're interested
in for changes to pmt_version. If the version changes, they would
iterate over the program's streams to find new streams added with
the updated version number.
If new versions of streams are found, then the user would first try
to replace existing streams where stream_identifier matched.
If stream_identifier is not available, then the user would compare
pmt_stream_idx instead to replace the stream that was previously
at the same position within the PMT.
Signed-off-by: Aman Gupta <aman@tmm1.net>
Diffstat (limited to 'doc/swscale.txt')
0 files changed, 0 insertions, 0 deletions