Commit 13b4c18e authored by Mike Melanson's avatar Mike Melanson

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
parent 50c3dd32
...@@ -207,7 +207,7 @@ PCM_CODEC(CODEC_ID_ADPCM_4XM, adpcm_4xm); ...@@ -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_XA, adpcm_xa);
PCM_CODEC(CODEC_ID_ADPCM_ADX, adpcm_adx); PCM_CODEC(CODEC_ID_ADPCM_ADX, adpcm_adx);
PCM_CODEC(CODEC_ID_ADPCM_EA, adpcm_ea); 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 #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