FFmpeg
|
gsm_parser.c File Reference
GSM audio parser. More...
Include dependency graph for gsm_parser.c:
Go to the source code of this file.
Data Structures | |
struct | GSMParseContext |
Typedefs | |
typedef struct GSMParseContext | GSMParseContext |
Functions | |
static int | gsm_parse (AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
AVCodecParser | ff_gsm_parser |
Detailed Description
Typedef Documentation
typedef struct GSMParseContext GSMParseContext |
Function Documentation
|
static |
Definition at line 38 of file gsm_parser.c.
Variable Documentation
AVCodecParser ff_gsm_parser |
Initial value:
= {
.codec_ids = { AV_CODEC_ID_GSM, AV_CODEC_ID_GSM_MS },
.priv_data_size = sizeof(GSMParseContext),
.parser_parse = gsm_parse,
.parser_close = ff_parse_close,
}
Definition: libavcodec/avcodec.h:411
static int gsm_parse(AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition: gsm_parser.c:38
struct GSMParseContext GSMParseContext
Definition at line 87 of file gsm_parser.c.
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11