From 13b4c18eb879d8a83eb47c9b7b62e387b666926e Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Wed, 16 Jun 2004 02:53:12 +0000 Subject: [PATCH] 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 --- libavcodec/allcodecs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4