[FFmpeg-devel] [PATCH] BFI video decoder

Stefano Sabatini stefano.sabatini-lala
Sun Apr 20 22:30:00 CEST 2008


On date Friday 2008-04-18 10:56:12 +0530, Sisir Koppaka encoded:
[...]
> +AVCodec bfi_decoder = {
> +    .name = "bfi",
> +    .type = CODEC_TYPE_VIDEO,
> +    .id = CODEC_ID_BFI,
> +    .priv_data_size = sizeof(BFIContext),
> +    .init = bfi_decode_init,
> +    .close = bfi_decode_close,
> +    .decode = bfi_decode_frame,

Please could you also provide a patch for a .long_name here, maybe
based on this:

> Index: doc/general.texi
> ===================================================================
> --- doc/general.texi	(revision 12875)
> +++ doc/general.texi	(working copy)
> @@ -137,7 +137,7 @@
>  @tab Audio and video format used in some games by Entertainment Software Partners
>  @item IFF @tab    @tab X
>  @tab Interchange File Format
> - at item BFI @tab    @tab
> + at item BFI @tab    @tab X
>  @tab Brute Force & Ignorance, used in Flash Traffic: City of Angels
>  @end multitable

Thanks and regards.
-- 
FFmpeg =  Foolish & Foolish MultiPurpose ExchanGer




More information about the ffmpeg-devel mailing list