[FFmpeg-devel] [PATCH] BFI demuxer
Diego Biurrun
diego
Sun Apr 13 00:14:15 CEST 2008
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.
> + /* 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.
Diego
More information about the ffmpeg-devel
mailing list