Commit 80f5756f authored by melanson's avatar melanson

cut-n-paste error slipped through the cracks... thanks to DJ Hartman for

the report


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3226 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6e9f8425
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment