[FFmpeg-devel] [PATCH] Fill unspecified AVCodec long_name fields
Stefano Sabatini
stefano.sabatini-lala
Sun Apr 27 11:42:02 CEST 2008
On date Saturday 2008-04-26 18:32:43 +0200, Aurelien Jacobs encoded:
> On Sat, 26 Apr 2008 13:00:56 +0200
> Stefano Sabatini <stefano.sabatini-lala at poste.it> wrote:
[...]
> > /* flash version, not flipped upside-down */
> > @@ -651,6 +652,7 @@
> > vp56_free,
> > vp56_decode_frame,
> > CODEC_CAP_DR1,
> > + .long_name = "On2 VP6 flash version, not flipped upside-down",
> > };
>
> Long name is nice, but maybe this one is overly long.
> I think this would be enough:
> "On2 VP6 (flash version)"
>
> > /* flash version, not flipped upside-down, with alpha channel */
> > @@ -664,4 +666,5 @@
> > vp56_free,
> > vp56_decode_frame,
> > CODEC_CAP_DR1,
> > + .long_name = "On2 VP6 flash version, not flipped upside-down, with alpha channel",
> > };
>
> "On2 VP6 (flash version, with alpha channel)"
Yes, applied in the last patch (yet to be sent).
Thanks, regards.
--
FFmpeg = Fantastic Fast Magic Portable EniGma
More information about the ffmpeg-devel
mailing list