libavfilter/af_anull.c File Reference

null audio filter More...

#include "audio.h"
#include "avfilter.h"
#include "internal.h"
#include "libavutil/internal.h"

Go to the source code of this file.

Variables

AVFilter avfilter_af_anull


Detailed Description

null audio filter

Definition in file af_anull.c.


Variable Documentation

Initial value:

 {
    .name      = "anull",
    .description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."),

    .priv_size = 0,

    .inputs    = (const AVFilterPad[]) {{ .name             = "default",
                                          .type             = AVMEDIA_TYPE_AUDIO,
                                          .get_audio_buffer = ff_null_get_audio_buffer, },
                                        { .name = NULL}},

    .outputs   = (const AVFilterPad[]) {{ .name             = "default",
                                          .type             = AVMEDIA_TYPE_AUDIO, },
                                        { .name = NULL}},
}

Definition at line 30 of file af_anull.c.


Generated on Fri Oct 26 02:50:09 2012 for FFmpeg by  doxygen 1.5.8