[FFmpeg-devel] [PATCH] BFI demuxer

Sisir Koppaka sisir.koppaka
Sun Apr 13 05:30:50 CEST 2008


Updated patch attached. Added CODEC_ID_BFI to libavcodec/avcodec.h

On Sun, Apr 13, 2008 at 3:44 AM, Diego Biurrun <diego at biurrun.de> wrote:

> On Sun, Apr 13, 2008 at 02:25:40AM +0530, Sisir Koppaka wrote:
> >
> > --- libavformat/bfi.c (revision 0)
> > +++ libavformat/bfi.c (revision 0)
> > @@ -0,0 +1,167 @@
> > +/*
> > + * Brute Force & Ignorance(BFI) demuxer
>
> nit: missing space before the parentheses.
>
Done.

>
> > +    /* Set up the video codec... */
> > +    av_set_pts_info(vstream, 32, 1, fps);
> > +    vstream->codec->codec_type = CODEC_TYPE_VIDEO;
> > +    vstream->codec->codec_id   = CODEC_ID_BFI;
>
> This is not defined anywhere, so it cannot compile.
>
I updated  avcodec.h in this patch.
-----------------
Sisir Koppaka
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bfi_demuxer_08.patch
Type: text/x-diff
Size: 7512 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080413/a6f9a7a2/attachment.patch>



More information about the ffmpeg-devel mailing list