[FFmpeg-devel] [PATCH] BFI demuxer
Sisir Koppaka
sisir.koppaka
Sun Apr 13 09:55:58 CEST 2008
On Sun, Apr 13, 2008 at 1:19 PM, Diego Biurrun <diego at biurrun.de> wrote:
> On Sun, Apr 13, 2008 at 09:00:50AM +0530, Sisir Koppaka wrote:
> > Updated patch attached. Added CODEC_ID_BFI to libavcodec/avcodec.h
> >
> > --- libavcodec/avcodec.h (revision 12790)
> > +++ libavcodec/avcodec.h (working copy)
> > @@ -183,6 +183,7 @@
> > CODEC_ID_8SVX_FIB,
> > CODEC_ID_ESCAPE124,
> > CODEC_ID_DIRAC,
> > + CODEC_ID_BFI,
>
> That's the list of video codecs, not audio codecs.
+ vstream->codec->codec_type = CODEC_TYPE_VIDEO;
> + vstream->codec->codec_id = CODEC_ID_BFI;
The format uses the PCM audio decoder and the soon-to-be-added BFI video
decoder. So, shouldn't the CODEC_ID_BFI be in the list of video codecs as
it is now?
-----------------
Sisir Koppaka
More information about the ffmpeg-devel
mailing list