FFmpeg
|
cook_parser.c File Reference
Cook audio parser. More...
Include dependency graph for cook_parser.c:
Go to the source code of this file.
Data Structures | |
struct | CookParseContext |
Typedefs | |
typedef struct CookParseContext | CookParseContext |
Functions | |
static int | cook_parse (AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
AVCodecParser | ff_cook_parser |
Detailed Description
Typedef Documentation
typedef struct CookParseContext CookParseContext |
Function Documentation
|
static |
Definition at line 37 of file cook_parser.c.
Variable Documentation
AVCodecParser ff_cook_parser |
Initial value:
= {
.codec_ids = { AV_CODEC_ID_COOK },
.priv_data_size = sizeof(CookParseContext),
.parser_parse = cook_parse,
}
struct CookParseContext CookParseContext
Definition: libavcodec/avcodec.h:401
static int cook_parse(AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition: cook_parser.c:37
Definition at line 55 of file cook_parser.c.
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11