[FFmpeg-devel] [PATCH] Add to AVCodec a long_name field
Stefano Sabatini
stefano.sabatini-lala
Mon Apr 14 17:01:52 CEST 2008
On date Tuesday 2008-04-08 16:02:48 +0200, Stefano Sabatini encoded:
> Hi, as discussed in:
> http://thread.gmane.org/20080407143527.GA15487 at geppetto
>
> Long names could be setted like this:
>
> AVCodec flv_decoder = {
> "flv",
> CODEC_TYPE_VIDEO,
> CODEC_ID_FLV1,
> sizeof(MpegEncContext),
> ff_h263_decode_init,
> NULL,
> ff_h263_decode_end,
> ff_h263_decode_frame,
> CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1,
> .long_name= "Flash Video"
> };
[...]
Ping?
If this is OK than I can continue with the other constraints patches,
and people can start to fill the long_name fields in encoder/decoders
;-).
Best regards.
--
FFmpeg = Faboulous Fiendish Monstrous Porno EniGma
More information about the ffmpeg-devel
mailing list