[FFmpeg-devel] [PATCH] v210 decoder
Reimar Döffinger
Reimar.Doeffinger
Tue Feb 17 21:02:49 CET 2009
On Tue, Feb 17, 2009 at 08:56:25PM +0100, Michael Niedermayer wrote:
> > Index: libavformat/riff.c
> > ===================================================================
> > --- libavformat/riff.c (revision 17395)
> > +++ libavformat/riff.c (working copy)
> > @@ -200,6 +200,7 @@
> > { CODEC_ID_RPZA, MKTAG('R', 'P', 'Z', 'A') },
> > { CODEC_ID_RPZA, MKTAG('r', 'p', 'z', 'a') },
> > { CODEC_ID_SP5X, MKTAG('S', 'P', '5', '4') },
> > + { CODEC_ID_V210, MKTAG('v', '2', '1', '0') },
> > { CODEC_ID_NONE, 0 }
> > };
> >
> [...]
> > Index: libavcodec/avcodec.h
> > ===================================================================
> > --- libavcodec/avcodec.h (revision 17395)
> > +++ libavcodec/avcodec.h (working copy)
> > @@ -191,6 +191,7 @@
> > CODEC_ID_TGV,
> > CODEC_ID_TGQ,
> > CODEC_ID_TQI,
> > + CODEC_ID_V210,
> >
> > /* various PCM "codecs" */
> > CODEC_ID_PCM_S16LE= 0x10000,
>
> you can commit these 2 if you like
I think it's better to wait till we have decided on which pixfmts we
will support (though I doubt that v210 will be among them).
Since Baptiste seems to have some plans there is good hope it won't be
the endless wait I expected originally.
More information about the ffmpeg-devel
mailing list