On Mon, Mar 28, 2011 at 09:51:39AM +0200, Diego Biurrun wrote:
> On Mon, Mar 28, 2011 at 08:10:34AM +0200, Anton Khirnov wrote:
> >
> > Sorry, I don't know enough about lavc/rawdec to be able to do that.
> > So unless somebody else feels like looking into this, I'd commit the
> > attached (the two patches merged).
>
> A few small comments - don't bother sending a new patch, just change
> locally before pushing...
>
> > --- a/doc/indevs.texi
> > +++ b/doc/indevs.texi
> > @@ -59,6 +59,31 @@ BSD video input device.
> >
> > +For example, to record from the framebuffer device @file{/dev/fb0} with
>
> s/For example, //
>
> > --- /dev/null
> > +++ b/libavdevice/fbdev.c
> > @@ -0,0 +1,250 @@
> > +/*
> > + * Copyright (c) 2011 Stefano Sabatini
> > + * Copyright (c) 2009 Giliard B. de Freitas <[email protected]>
> > + * Copyright (C) 2002 Gunnar Monell <[email protected]>
> > + *
> > + * This file is part of FFmpeg.
>
> Ahem...
>
>
> > +static enum PixelFormat
> > +get_pixfmt_from_fb_varinfo(struct fb_var_screeninfo *varinfo)
>
> Merge these two lines.Pushed with those changes. -- Anton Khirnov
signature.asc
Description: Digital signature
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
