diff adx.c @ 3445:2d042ed9dd2c libavcodec

make the adx adpcm codec available
author mru
date Sat, 08 Jul 2006 22:31:14 +0000
parents 90344fa4a1d4
children c8c591fe26f8
line wrap: on
line diff
--- a/adx.c	Sat Jul 08 21:15:50 2006 +0000
+++ b/adx.c	Sat Jul 08 22:31:14 2006 +0000
@@ -385,8 +385,8 @@
 }
 
 #ifdef CONFIG_ENCODERS
-AVCodec adx_adpcm_encoder = {
-    "adx_adpcm",
+AVCodec adpcm_adx_encoder = {
+    "adpcm_adx",
     CODEC_TYPE_AUDIO,
     CODEC_ID_ADPCM_ADX,
     sizeof(ADXContext),
@@ -397,8 +397,8 @@
 };
 #endif //CONFIG_ENCODERS
 
-AVCodec adx_adpcm_decoder = {
-    "adx_adpcm",
+AVCodec adpcm_adx_decoder = {
+    "adpcm_adx",
     CODEC_TYPE_AUDIO,
     CODEC_ID_ADPCM_ADX,
     sizeof(ADXContext),