FFmpeg
Loading...
Searching...
No Matches
xma_parser.c File Reference

XMA2 audio parser. More...

#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),
}
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:92
@ AV_CODEC_ID_XMA2
Definition codec_id.h:533
#define PARSER_CODEC_LIST(...)
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

Definition at line 59 of file xma_parser.c.