diff adxdec.c @ 9083:bf274494b66e libavcodec

Change a bunch of codec long_names to be more consistent and descriptive.
author diego
date Mon, 02 Mar 2009 05:18:33 +0000
parents e9d9d946f213
children 54bc8a2727b0
line wrap: on
line diff
--- a/adxdec.c	Mon Mar 02 02:25:31 2009 +0000
+++ b/adxdec.c	Mon Mar 02 05:18:33 2009 +0000
@@ -173,6 +173,6 @@
     NULL,
     NULL,
     adx_decode_frame,
-    .long_name = NULL_IF_CONFIG_SMALL("SEGA CRI ADX"),
+    .long_name = NULL_IF_CONFIG_SMALL("SEGA CRI ADX ADPCM"),
 };