FFmpeg
Classes | Typedefs | Variables
opus_parser.c File Reference

Opus parser. More...

#include "avcodec.h"
#include "bytestream.h"
#include "opus.h"
#include "parser.h"

Classes

struct  OpusParseContext
 

Typedefs

typedef struct OpusParseContext OpusParseContext
 

Variables

AVCodecParser ff_opus_parser
 

Detailed Description

Opus parser.

Determines the duration for each packet.

Variable Documentation

§ ff_opus_parser

AVCodecParser ff_opus_parser
Initial value:
= {
.codec_ids = { AV_CODEC_ID_OPUS },
.priv_data_size = sizeof(OpusParseContext),
.parser_parse = opus_parse,
.parser_close = ff_parse_close
}
Definition: opus_parser.c:33