[FFmpeg-devel] [PATCH] Video decoder and demuxer for AMV files
Diego Biurrun
diego
Mon Sep 24 22:19:45 CEST 2007
On Mon, Sep 24, 2007 at 08:44:21PM +0200, Vitor Sessak wrote:
>
> Interestingly, while you were working with the video patch, I had a look at
> the audio. See attached patch.
>
> --- libavcodec/adpcm.c (revision 10534)
> +++ libavcodec/adpcm.c (working copy)
> @@ -1442,6 +1455,7 @@
> ADPCM_CODEC(CODEC_ID_ADPCM_IMA_DK4, adpcm_ima_dk4);
> ADPCM_CODEC(CODEC_ID_ADPCM_IMA_WS, adpcm_ima_ws);
> ADPCM_CODEC(CODEC_ID_ADPCM_IMA_SMJPEG, adpcm_ima_smjpeg);
> +ADPCM_CODEC(CODEC_ID_ADPCM_IMA_AMV, adpcm_ima_amv);
This is not alphabetical order.
Diego
More information about the ffmpeg-devel
mailing list