[SCM] libav/experimental: Change "H.263 Intel" long name to "Intel H.263".

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:36:11 UTC 2013


The following commit has been merged in the experimental branch:
commit e1b6bdbb834fed855a810a1003aa73842f4db456
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon Jan 26 19:46:47 2009 +0000

    Change "H.263 Intel" long name to "Intel H.263".
    
    Originally committed as revision 16808 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index 4aa8d6d..03d758d 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -799,7 +799,7 @@ AVCodec h263i_decoder = {
     ff_h263_decode_end,
     ff_h263_decode_frame,
     CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1,
-    .long_name = NULL_IF_CONFIG_SMALL("H.263 Intel"),
+    .long_name = NULL_IF_CONFIG_SMALL("Intel H.263"),
 };
 
 AVCodec flv_decoder = {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list