diff h263dec.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 80f632c55670
children 54bc8a2727b0
line wrap: on
line diff
--- a/h263dec.c	Mon Mar 02 02:25:31 2009 +0000
+++ b/h263dec.c	Mon Mar 02 05:18:33 2009 +0000
@@ -754,7 +754,7 @@
     ff_h263_decode_frame,
     CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_TRUNCATED | CODEC_CAP_DELAY,
     .flush= ff_mpeg_flush,
-    .long_name= NULL_IF_CONFIG_SMALL("H.263 / H.263-1996, H.263+ / H.263-1998"),
+    .long_name= NULL_IF_CONFIG_SMALL("H.263 / H.263-1996, H.263+ / H.263-1998 / H.263 version 2"),
     .pix_fmts= ff_hwaccel_pixfmt_list_420,
 };
 
@@ -838,6 +838,6 @@
     ff_h263_decode_end,
     ff_h263_decode_frame,
     CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1,
-    .long_name= NULL_IF_CONFIG_SMALL("Flash Video"),
+    .long_name= NULL_IF_CONFIG_SMALL("Flash Video (FLV)"),
     .pix_fmts= ff_pixfmt_list_420,
 };