On Tue, 16 Mar 2010 08:24:40 -0500 Bobby Bingham <[email protected]> wrote:
> On Tue, 16 Mar 2010 02:13:16 -0400 > Alex Converse <[email protected]> wrote: > > > On Tue, Mar 16, 2010 at 2:03 AM, koorogi <[email protected]> > > wrote: > > > Author: koorogi > > > Date: Tue Mar 16 07:03:18 2010 > > > New Revision: 5674 > > > > > > Log: > > > Add filters for manipulating video aspect ratio > > > > > > Added: > > > libavfilter/vf_aspect.c > > > Modified: > > > libavfilter/Makefile > > > libavfilter/allfilters.c > > > > > ... > > > Added: libavfilter/vf_aspect.c > > > ============================================================================== > > > --- /dev/null 00:00:00 1970 (empty, because file is newly > > > added) +++ libavfilter/vf_aspect.c Tue Mar 16 07:03:18 2010 > > > (r5674) @@ -0,0 +1,132 @@ > > > +/* > > > + * This file is part of FFmpeg. > > > + * > > > > Generally some sort of copyright line is expected so we know who > > owns the code. > > Just my luck to choose the one file without a copyright notice to copy > this text from. > BTW, this was vf_null.c that I copied it from. Looks like that file was written by Stefano. If no one beats me to it, I'll add a copyright notice to that one tonight. -- Bobby Bingham このメールは再利用されたバイトでできている。 _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
