[SCM] libav/experimental: cut-n-paste error slipped through the cracks... thanks to DJ Hartman for the report

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:40:41 UTC 2013


The following commit has been merged in the experimental branch:
commit 13b4c18eb879d8a83eb47c9b7b62e387b666926e
Author: Mike Melanson <mike at multimedia.cx>
Date:   Wed Jun 16 02:53:12 2004 +0000

    cut-n-paste error slipped through the cracks... thanks to DJ Hartman for
    the report
    
    Originally committed as revision 3226 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index fcedfc3..f3b3533 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -207,7 +207,7 @@ PCM_CODEC(CODEC_ID_ADPCM_4XM, adpcm_4xm);
 PCM_CODEC(CODEC_ID_ADPCM_XA, adpcm_xa);
 PCM_CODEC(CODEC_ID_ADPCM_ADX, adpcm_adx);
 PCM_CODEC(CODEC_ID_ADPCM_EA, adpcm_ea);
-PCM_CODEC(CODEC_ID_ADPCM_EA, adpcm_g726);
+PCM_CODEC(CODEC_ID_ADPCM_G726, adpcm_g726);
 
 #undef PCM_CODEC
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list