changeset 10443:8cf141fae2f3 libavcodec

Add additional long names for the Flash Video decoder and encoder.
author stefano
date Mon, 19 Oct 2009 18:45:44 +0000
parents fc06fc944c6d
children f1ef8d3221c8
files h263dec.c mpegvideo_enc.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/h263dec.c	Mon Oct 19 18:44:43 2009 +0000
+++ b/h263dec.c	Mon Oct 19 18:45:44 2009 +0000
@@ -832,6 +832,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 (FLV)"),
+    .long_name= NULL_IF_CONFIG_SMALL("Flash Video (FLV) / Sorenson Spark / Sorenson H.263"),
     .pix_fmts= ff_pixfmt_list_420,
 };
--- a/mpegvideo_enc.c	Mon Oct 19 18:44:43 2009 +0000
+++ b/mpegvideo_enc.c	Mon Oct 19 18:45:44 2009 +0000
@@ -3760,7 +3760,7 @@
     MPV_encode_picture,
     MPV_encode_end,
     .pix_fmts= (const enum PixelFormat[]){PIX_FMT_YUV420P, PIX_FMT_NONE},
-    .long_name= NULL_IF_CONFIG_SMALL("Flash Video (FLV)"),
+    .long_name= NULL_IF_CONFIG_SMALL("Flash Video (FLV) / Sorenson Spark / Sorenson H.263"),
 };
 
 AVCodec mpeg4_encoder = {