FFmpeg
Data Structures | Functions | Variables
xma_parser.c File Reference
#include "avcodec.h"
#include "parser_internal.h"

Go to the source code of this file.

Data Structures

struct  XMAParserContext
 

Functions

static int xma_parse (AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
 

Variables

const FFCodecParser ff_xma_parser
 

Detailed Description

XMA2 audio parser

Definition in file xma_parser.c.

Function Documentation

◆ xma_parse()

static int xma_parse ( AVCodecParserContext s1,
AVCodecContext avctx,
const uint8_t **  poutbuf,
int *  poutbuf_size,
const uint8_t *  buf,
int  buf_size 
)
static

Definition at line 31 of file xma_parser.c.

Variable Documentation

◆ ff_xma_parser

const FFCodecParser ff_xma_parser
Initial value:
= {
.priv_data_size = sizeof(XMAParserContext),
}

Definition at line 59 of file xma_parser.c.

xma_parse
static int xma_parse(AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition: xma_parser.c:31
parse
static int parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition: apv_parser.c:46
XMAParserContext
Definition: xma_parser.c:27
PARSER_CODEC_LIST
#define PARSER_CODEC_LIST(...)
Definition: parser_internal.h:76
AV_CODEC_ID_XMA2
@ AV_CODEC_ID_XMA2
Definition: codec_id.h:539