On Mon, 21 May 2012 14:17:42 -0400, Derek Buitenhuis <[email protected]> wrote: > On 21/05/2012 2:05 PM, Justin Ruggles wrote: > > This is in preparation for adding an audio split filter. > > --- > > libavfilter/Makefile | 2 +- > > libavfilter/split.c | 108 > > ++++++++++++++++++++++++++++++++++++++++++++++++ > > libavfilter/vf_split.c | 108 > > ------------------------------------------------ > > 3 files changed, 109 insertions(+), 109 deletions(-) > > create mode 100644 libavfilter/split.c > > delete mode 100644 libavfilter/vf_split.c > > Um, why are we not using a separate af_split.c for the audio filter? >
They share most of the code (which is init and uninit), so why bother -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
