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

TAK parser. More...

#include "parser.h"
#include "parser_internal.h"
#include "tak.h"

Go to the source code of this file.

Data Structures

struct  TAKParseContext
 

Macros

#define CACHED_BITSTREAM_READER   !ARCH_X86_32
 
#define BITSTREAM_READER_LE
 

Functions

static int tak_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
 

Variables

const FFCodecParser ff_tak_parser
 

Detailed Description

TAK parser.

Definition in file tak_parser.c.

Macro Definition Documentation

◆ CACHED_BITSTREAM_READER

#define CACHED_BITSTREAM_READER   !ARCH_X86_32

Definition at line 27 of file tak_parser.c.

◆ BITSTREAM_READER_LE

#define BITSTREAM_READER_LE

Definition at line 28 of file tak_parser.c.

Function Documentation

◆ tak_parse()

static int tak_parse ( AVCodecParserContext * s,
AVCodecContext * avctx,
const uint8_t ** poutbuf,
int * poutbuf_size,
const uint8_t * buf,
int buf_size )
static

Definition at line 39 of file tak_parser.c.

Variable Documentation

◆ ff_tak_parser

const FFCodecParser ff_tak_parser
Initial value:
= {
.priv_data_size = sizeof(TAKParseContext),
}
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 av_cold void close(AVCodecParserContext *s)
Definition apv_parser.c:197
@ AV_CODEC_ID_TAK
Definition codec_id.h:515
av_cold void ff_parse_close(AVCodecParserContext *s)
Definition parser.c:300
#define PARSER_CODEC_LIST(...)
static int tak_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition tak_parser.c:39

Definition at line 127 of file tak_parser.c.