Audacity 3.2.0
|
#include <ffmpeg-2.3.6-single-header.h>
Public Attributes | |
int | codec_ids [5] |
int | priv_data_size |
int(* | parser_init )(AVCodecParserContext *s) |
int(* | parser_parse )(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
void(* | parser_close )(AVCodecParserContext *s) |
int(* | split )(AVCodecContext *avctx, const uint8_t *buf, int buf_size) |
struct AVCodecParser * | next |
Definition at line 3781 of file ffmpeg-2.3.6-single-header.h.
int AVCodecParser::codec_ids |
Definition at line 3782 of file ffmpeg-2.3.6-single-header.h.
struct AVCodecParser * AVCodecParser::next |
Definition at line 3791 of file ffmpeg-2.3.6-single-header.h.
void(* AVCodecParser::parser_close)(AVCodecParserContext *s) |
Definition at line 3789 of file ffmpeg-2.3.6-single-header.h.
int(* AVCodecParser::parser_init)(AVCodecParserContext *s) |
Definition at line 3784 of file ffmpeg-2.3.6-single-header.h.
int(* AVCodecParser::parser_parse)(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Definition at line 3785 of file ffmpeg-2.3.6-single-header.h.
int AVCodecParser::priv_data_size |
Definition at line 3783 of file ffmpeg-2.3.6-single-header.h.
int(* AVCodecParser::split)(AVCodecContext *avctx, const uint8_t *buf, int buf_size) |
Definition at line 3790 of file ffmpeg-2.3.6-single-header.h.