|
FFmpeg
|
#include "libavutil/common.h"#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 |
Definition at line 27 of file mp3_header_compress_bsf.c.
Referenced by avcodec_register_all().
| AVBitStreamFilter ff_mp3_header_compress_bsf |
Definition at line 84 of file mp3_header_compress_bsf.c.
1.8.2