FFmpeg
Classes | Typedefs | Variables
adx_parser.c File Reference

ADX audio parser. More...

#include "libavutil/intreadwrite.h"
#include "parser.h"
#include "adx.h"

Classes

struct  ADXParseContext
 

Typedefs

typedef struct ADXParseContext ADXParseContext
 

Variables

AVCodecParser ff_adx_parser
 

Detailed Description

ADX audio parser.

Splits packets into individual blocks.

Variable Documentation

§ ff_adx_parser

AVCodecParser ff_adx_parser
Initial value:
= {
.codec_ids = { AV_CODEC_ID_ADPCM_ADX },
.priv_data_size = sizeof(ADXParseContext),
.parser_parse = adx_parse,
.parser_close = ff_parse_close,
}
Definition: adx_parser.c:32