Opened 9 years ago
Closed 9 years ago
#4830 closed defect (fixed)
request channel layout does not work with some DTS streams
Reported by: | Michael Niedermayer | Owned by: | |
---|---|---|---|
Priority: | important | Component: | avcodec |
Version: | git-master | Keywords: | dca regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
How to reproduce:
ffmpeg -request_channel_layout 3 -i vc1_dts_mplayerAudioProblem_sb41_cut.m2ts out.wav vs. ffmpeg-ref -request_channels 2 -i vc1_dts_mplayerAudioProblem_sb41_cut.m2ts out.wav
This is a regression from the users point of view as request_channels has been removed
sample file available here: http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket1827/vc1_dts_mplayerAudioProblem_sb41_cut.m2ts
Change History (4)
comment:1 by , 9 years ago
Status: | new → open |
---|---|
Version: | unspecified → git-master |
comment:2 by , 9 years ago
Keywords: | dca regression added; dts removed |
---|---|
Priority: | normal → important |
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
For the given sample, this ticket was fixed in ae5b2c52
Note:
See TracTickets
for help on using tickets.