[FFmpeg-devel] [PATCH] riff: fix remuxing of g722 in wav
Piotr Bandurski
ami_stuff at o2.pl
Sat Aug 25 23:40:06 CEST 2012
Hi,
> > /* override bits_per_coded_sample for G.726 */
> >- if (codec->codec_id == AV_CODEC_ID_ADPCM_G726)
> >+ if (codec->codec_id == AV_CODEC_ID_ADPCM_G722 || codec->codec_id == AV_CODEC_ID_ADPCM_G726)
>
> you should update the comment too :P
Ok, fixed and new patch attached.
Regards
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: g722_2.txt
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120825/f8abb1e5/attachment.txt>
More information about the ffmpeg-devel
mailing list