No subject

bogus at does.not.exist.com bogus at does.not.exist.com
Tue Aug 25 22:50:44 CEST 2009


1)ffplay opens the demuxer
2)demuxer sets the sample rate to the nominal value
3)demuxer opens the decoder
4)decoder initializes the sample rate to zero
5)demuxer checks if it has codec parameters
6)demuxer does not have parameters and decodes a frame to get them
7)decoder sets the sample rate to the actual value
8)ffplay opens the decoder
9)decoder initializes the sample rate to zero (same as 3)
10)ffplay opens SDL with the current decoder sample rate
11)SDL falls back to it's default sample rate (24000 Hz)

Proposal C saves the sample rate from step 7 for step 10

--Alex



More information about the ffmpeg-devel mailing list