FFmpeg
|
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "mpegaudiodecheader.h"
#include "mpegaudiodata.h"
Include dependency graph for mp3_header_decompress_bsf.c:
Go to the source code of this file.
Functions | |
static int | mp3_header_decompress (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_decompress_bsf |
Function Documentation
|
static |
Definition at line 28 of file mp3_header_decompress_bsf.c.
Referenced by avcodec_register_all().
Variable Documentation
AVBitStreamFilter ff_mp3_header_decompress_bsf |
Initial value:
={
"mp3decomp",
0,
}
static int mp3_header_decompress(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe)
Definition: mp3_header_decompress_bsf.c:28
Definition at line 94 of file mp3_header_decompress_bsf.c.
Generated on Mon Nov 18 2024 06:52:07 for FFmpeg by 1.8.11