[Ffmpeg-devel] MSADPCM decoding help

François Revol revol
Thu Sep 22 11:42:46 CEST 2005


> Hi,
> 
> Anybody can help me, which CODEC_ID am I have to use from avcodec to 
> decode "WAVE_FORMAT_ADPCM 0x0002 /* Microsoft ADPCM Format  */" ?
> 

RTFS...
from libavformat/wav.c:
    { CODEC_ID_ADPCM_MS, 0x02 },

Fran?ois.






More information about the ffmpeg-devel mailing list