mirror of https://github.com/FFmpeg/FFmpeg.git
Commit 04964ac311
("avformat/hls: Fix missing streams in some
cases with MPEG TS") caused a regression where subdemuxer streams that
use probing (e.g. dts/eac3/mp2 in mpegts) no longer get probed properly.
This is because the codec parameters from the subdemuxer stream, once
probed, are not passed on to the main stream.
Fix that by updating the codec parameters if the codec id changes.
Signed-off-by: Anssi Hannula <anssi.hannula@iki.fi>
pull/240/head
parent
9a51cd35b8
commit
3d2f636497
1 changed files with 14 additions and 2 deletions
Loading…
Reference in new issue