|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | SiprParserContext |
Functions | |
| static int | sipr_split (AVCodecContext *avctx, const uint8_t *buf, int buf_size) |
| static int | sipr_parse (AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
| const FFCodecParser | ff_sipr_parser |
Sipr audio parser
Definition in file sipr_parser.c.
|
static |
Definition at line 31 of file sipr_parser.c.
Referenced by sipr_parse().
|
static |
Definition at line 50 of file sipr_parser.c.
| const FFCodecParser ff_sipr_parser |
Definition at line 70 of file sipr_parser.c.
1.8.17