Libav
|
#include "avcodec.h"
Go to the source code of this file.
Functions | |
static int | noise (AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) |
Variables | |
AVBitStreamFilter | noise_bsf |
static int noise | ( | AVBitStreamFilterContext * | bsfc, |
AVCodecContext * | avctx, | ||
const char * | args, | ||
uint8_t ** | poutbuf, | ||
int * | poutbuf_size, | ||
const uint8_t * | buf, | ||
int | buf_size, | ||
int | keyframe | ||
) | [static] |
Definition at line 24 of file noise_bsf.c.
Referenced by avcodec_register_all(), ff_eac3_apply_spectral_extension(), and wma_decode_block().
{ "noise", sizeof(int), noise, }
Definition at line 42 of file noise_bsf.c.