On Mon, 21 May 2012 14:05:08 -0400, Justin Ruggles <[email protected]> wrote: > Based on current version of the asplit filter in FFmpeg written by > Stefano Sabatini and others. > --- > doc/filters.texi | 5 +++++ > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/split.c | 29 +++++++++++++++++++++++++++-- > libavfilter/version.h | 2 +- > 5 files changed, 35 insertions(+), 3 deletions(-) > > diff --git a/doc/filters.texi b/doc/filters.texi > index cda235f..a4f079a 100644 > --- a/doc/filters.texi > +++ b/doc/filters.texi > @@ -137,6 +137,11 @@ aformat=sample_fmts\=u8\,s16:channel_layouts\=stereo > > Pass the audio source unchanged to the output. > > +@section asplit > + > +Pass on the input audio to two outputs. Both outputs are identical to > +the input audio.
"both" is wrong and the option needs to be documented. Also bump/changelog entry are probably needed. Otherwise ok. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
