[SCM] libav/experimental: Add additional long names for the Flash Video decoder and encoder.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:53:18 UTC 2013


The following commit has been merged in the experimental branch:
commit b0bef34209dbb8c438dfc3ab7de7d4fc1a5ab13d
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon Oct 19 18:45:44 2009 +0000

    Add additional long names for the Flash Video decoder and encoder.
    
    Originally committed as revision 20317 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index 719d9a4..224668d 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -832,6 +832,6 @@ AVCodec flv_decoder = {
     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,
 };
diff --git a/libavcodec/mpegvideo_enc.c b/libavcodec/mpegvideo_enc.c
index 0b21574..47db1ed 100644
--- a/libavcodec/mpegvideo_enc.c
+++ b/libavcodec/mpegvideo_enc.c
@@ -3760,7 +3760,7 @@ AVCodec flv_encoder = {
     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 = {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list