[FFmpeg-devel] [PATCH] SIFF demuxer and decoder
Kostya
kostya.shishkov
Tue Oct 16 06:10:28 CEST 2007
On Tue, Oct 16, 2007 at 12:24:29AM +0200, Diego Biurrun wrote:
> 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)?
SIFF is the container name, and video files are marked with "VBV1" tag
and have .VB extension.
> Diego
More information about the ffmpeg-devel
mailing list