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
pull/126/head
Mike Melanson 21 years ago
parent 50c3dd32fd
commit 13b4c18eb8
  1. 2
      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

Loading…
Cancel
Save