libavfilter/af_anull.c File Reference

null audio filter More...

#include "avfilter.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    = (AVFilterPad[]) {{ .name             = "default",
                                    .type             = AVMEDIA_TYPE_AUDIO,
                                    .get_audio_buffer = avfilter_null_get_audio_buffer,
                                    .filter_samples   = avfilter_null_filter_samples },
                                  { .name = NULL}},

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

Definition at line 26 of file af_anull.c.


Generated on Fri Oct 26 02:38:19 2012 for FFmpeg by  doxygen 1.5.8