#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "mpegaudiodecheader.h"
Go to the source code of this file.
Functions | |
static int | mp3_header_compress (AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) |
Variables | |
AVBitStreamFilter | ff_mp3_header_compress_bsf |
static int mp3_header_compress | ( | AVBitStreamFilterContext * | bsfc, | |
AVCodecContext * | avctx, | |||
const char * | args, | |||
uint8_t ** | poutbuf, | |||
int * | poutbuf_size, | |||
const uint8_t * | buf, | |||
int | buf_size, | |||
int | keyframe | |||
) | [static] |
Initial value:
{ "mp3comp", 0, mp3_header_compress, }
Definition at line 83 of file mp3_header_compress_bsf.c.