[FFmpeg-devel] [PATCH] Video decoder and demuxer for AMV files

Diego Biurrun diego
Mon Sep 24 23:19:14 CEST 2007


On Mon, Sep 24, 2007 at 10:52:07PM +0200, Vitor Sessak wrote:
>
> Diego Biurrun wrote:
>> 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.
>
> No it is not. The whole list is unsorted... (I'll try to give the good 
> example anyway)

Now it is sorted ;-p

Diego




More information about the ffmpeg-devel mailing list