FFmpeg
|
Sipr audio parser. More...
#include "parser.h"
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 | |
AVCodecParser | ff_sipr_parser |
Sipr audio parser.
Definition in file sipr_parser.c.
|
static |
Definition at line 30 of file sipr_parser.c.
Referenced by sipr_parse().
|
static |
Definition at line 49 of file sipr_parser.c.
AVCodecParser ff_sipr_parser |
Definition at line 69 of file sipr_parser.c.