[FFmpeg-devel] [PATCH] Add af_anull - Null audio filter

S.N. Hemanth Meenakshisundaram smeenaks
Fri Aug 20 01:19:37 CEST 2010


> On Thu, Aug 19, 2010 at 05:05:36PM +0200, Stefano Sabatini wrote:
>> On date Thursday 2010-08-19 06:09:46 -0700, S.N. Hemanth
>> Meenakshisundaram encoded:
>> > Renamed null audio filter, doc.
>> >
>> > ---
>> >  doc/filters.texi         |   13 ++++++++++++-
>> >  libavfilter/Makefile     |    2 ++
>> >  libavfilter/af_anull.c   |   41
>> +++++++++++++++++++++++++++++++++++++++++
>> >  libavfilter/allfilters.c |    2 ++
>> >  4 files changed, 57 insertions(+), 1 deletions(-)
>> >  create mode 100644 libavfilter/af_anull.c
>>
>> Looks OK.
>
> if it works (it passes audio through and not just doesnt crash during
> config) then i agree
>

Yes. It does pass audio through.

./ffplay -af anull in.mp3
plays audio without issues.





More information about the ffmpeg-devel mailing list