[FFmpeg-devel] [PATCH] Handle all ADPCM codecs in av_get_bits_per_sample

Daniel Verkamp daniel
Wed Jan 6 22:52:34 CET 2010


On Wed, Jan 6, 2010 at 3:13 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Tue, Jan 05, 2010 at 07:44:22PM -0500, Daniel Verkamp wrote:
[...]
>> Assuming existing semantics are correct, ok to move fixed 4-bit codecs
>> CODEC_ID_ADPCM_IMA_WAV, CODEC_ID_ADPCM_MS, and CODEC_ID_ADPCM_YAMAHA
>> to av_get_bits_per_sample()?
>
> yes
>

These codecs have been removed from riff.c and added to
av_get_bits_per_sample().

G726 is still handled as before in riff.c.

[...]

Thanks,
-- Daniel Verkamp



More information about the ffmpeg-devel mailing list