Hi,
The attached patch fixes incorrect bit rate values in riff headers when a
conversion is done from 16 bit samples to alaw.
[user@test ffmpeg-new]$ ./ffprobe ../sample.wav 2>&1 | tail -4
Input #0, wav, from '../sample.wav':
Duration: 00:00:10.00, bitrate: 256 kb/s
Stream #0:0: Audio: pcm
wav headers
>
> On Tue, Aug 12, 2014 at 11:45:11AM +, Wilfried Weissmann wrote:
> > Hi,
> >
> > The attached patch fixes incorrect bit rate values in riff headers
> when a conversion is done from 16 bit samples to alaw.
> >
> > [user@test ffmpe