[FFmpeg-devel] [PATCH] Video decoder and demuxer for AMV files
Vitor Sessak
vitor1001
Mon Sep 24 22:52:07 CEST 2007
Hi
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)
New patch, this time against the latest svn.
-Vitor
-------------- next part --------------
A non-text attachment was scrubbed...
Name: amv_audio2.diff
Type: text/x-patch
Size: 2074 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070924/c9f7b4c7/attachment.bin>
More information about the ffmpeg-devel
mailing list