[FFmpeg-devel] [PATCH] Make the H.263 long names more descriptive

Michael Niedermayer michaelni
Sun Jan 25 18:39:00 CET 2009


On Sun, Jan 25, 2009 at 02:24:56AM +0100, Stefano Sabatini wrote:
> Hi all,
> as in subject.
> 
> Regards.
> -- 
> FFmpeg = Fantastic & Fiendish Multipurpose Plastic Erroneous Game

> Index: libavcodec/h263dec.c
> ===================================================================
> --- libavcodec/h263dec.c	(revision 16763)
> +++ libavcodec/h263dec.c	(working copy)
> @@ -734,7 +734,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"),
> +    .long_name= NULL_IF_CONFIG_SMALL("H.263 / H.263-1996, H.263+ / H.263-1998"),
>  };

you are missing ITU Rec. here


>  
>  AVCodec msmpeg4v1_decoder = {
> @@ -799,7 +799,7 @@
>      ff_h263_decode_end,
>      ff_h263_decode_frame,
>      CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1,
> -    .long_name = NULL_IF_CONFIG_SMALL("H.263i"),
> +    .long_name = NULL_IF_CONFIG_SMALL("H.263 Intel"),

Intel H.263

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If a bugfix only changes things apparently unrelated to the bug with no
further explanation, that is a good sign that the bugfix is wrong.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090125/f62621f1/attachment.pgp>



More information about the ffmpeg-devel mailing list