FFmpeg
Loading...
Searching...
No Matches
dolby_e_parser.c File Reference
#include "libavutil/channel_layout.h"
#include "avcodec.h"
#include "dolby_e.h"
#include "parser_internal.h"

Go to the source code of this file.

Data Structures

struct  DBEParseContext
 

Functions

static int dolby_e_parse (AVCodecParserContext *s2, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
 

Variables

const FFCodecParser ff_dolby_e_parser
 

Function Documentation

◆ dolby_e_parse()

static int dolby_e_parse ( AVCodecParserContext * s2,
AVCodecContext * avctx,
const uint8_t ** poutbuf,
int * poutbuf_size,
const uint8_t * buf,
int buf_size )
static

Definition at line 30 of file dolby_e_parser.c.

Variable Documentation

◆ ff_dolby_e_parser

const FFCodecParser ff_dolby_e_parser
Initial value:
= {
.priv_data_size = sizeof(DBEParseContext),
}
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
static int dolby_e_parse(AVCodecParserContext *s2, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
@ AV_CODEC_ID_DOLBY_E
Definition codec_id.h:537
#define PARSER_CODEC_LIST(...)

Definition at line 69 of file dolby_e_parser.c.