On 2012-06-21 09:52:52 +0200, Anton Khirnov wrote: > It currently does the following: > 1) get a zeroed audio buffer > 2) copy some properties (but not the data) of the input buffer to it > 3) pass this buffer to the output filter > This looks useless and is indeed not used by any filters, therefore > delete it. > > Make ff_null_filter_samples() (just pass the buffer to the next filter) > the new default. > --- > libavfilter/af_aformat.c | 3 +-- > libavfilter/af_anull.c | 3 +-- > libavfilter/audio.c | 26 +++----------------------- > libavfilter/audio.h | 6 ------ > 4 files changed, 5 insertions(+), 33 deletions(-)
ok Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
