[FFmpeg-devel] [PATCH] SIFF demuxer and decoder

Diego Biurrun diego
Tue Oct 16 00:24:29 CEST 2007


On Mon, Oct 15, 2007 at 02:59:47PM +0300, Kostya wrote:
> Here is demuxer and video decoder for SIFF format
> based on description sent to me by anonymous
> contributor.
> 
> --- libavcodec/vb.c	(revision 0)
> +++ libavcodec/vb.c	(revision 0)
> @@ -0,0 +1,274 @@
> +/*
> + * Beam Software VB decoder
> +
> + [...]
> +
> +AVCodec vb_decoder = {
> +    "vb",
> +    CODEC_TYPE_VIDEO,
> +    CODEC_ID_VB,

Hmmm, just out of curiosity, why are you calling it vb (and not siff)?

Diego




More information about the ffmpeg-devel mailing list