[FFmpeg-devel] [RFC] dts and ac3 autodetection in wav

Justin Ruggles justinruggles
Sat Apr 19 00:11:58 CEST 2008


Benjamin Larsson wrote:
> Hi, this is just a first try. For some reason ac3 detection works but
> the audio doesn't play and dts gets the channel count wrong. So what is
> wrong with this approach?

Not sure if this is the issue, but AC3 must be sent through the parser
if the demuxer does not already split up frames.

st->need_parsing = AVSTREAM_PARSE_FULL;


-Justin




More information about the ffmpeg-devel mailing list