On Sat, Aug 04, 2012 at 11:49:16AM +0200, Anton Khirnov wrote: > --- > Makefile | 2 +- > avconv.c | 530 --------------------------------------------------- > avconv.h | 2 + > avconv_filter.c | 562 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 565 insertions(+), 531 deletions(-) > create mode 100644 avconv_filter.c
avconv: split filter configuration to a separate file > --- /dev/null > +++ b/avconv_filter.c > @@ -0,0 +1,562 @@ > +/* > + * avconv filters configuration filter > + * Copyright (c) 2000-2012 The libav developers. I don't think this denotes a proper legal entity, so just drop it. I'll do a more thorough review once I can apply this cleanly to some tree of mine. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
