changeset 2081:d3015863f745 libavcodec

cut-n-paste error slipped through the cracks... thanks to DJ Hartman for the report
author melanson
date Wed, 16 Jun 2004 02:53:12 +0000
parents 6a9472a09ffc
children 3dc9bbe1b152
files allcodecs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/allcodecs.c	Mon Jun 14 23:41:41 2004 +0000
+++ b/allcodecs.c	Wed Jun 16 02:53:12 2004 +0000
@@ -207,7 +207,7 @@
 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