FFmpeg
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Structures | Functions | Variables
sipr_parser.c File Reference
#include "parser.h"
#include "parser_internal.h"

Go to the source code of this file.

Data Structures

struct  SiprParserContext
 

Functions

static int sipr_split (AVCodecContext *avctx, const uint8_t *buf, int buf_size)
 
static int sipr_parse (AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
 

Variables

const FFCodecParser ff_sipr_parser
 

Detailed Description

Sipr audio parser

Definition in file sipr_parser.c.

Function Documentation

◆ sipr_split()

static int sipr_split ( AVCodecContext avctx,
const uint8_t *  buf,
int  buf_size 
)
static

Definition at line 31 of file sipr_parser.c.

Referenced by sipr_parse().

◆ sipr_parse()

static int sipr_parse ( AVCodecParserContext s1,
AVCodecContext avctx,
const uint8_t **  poutbuf,
int *  poutbuf_size,
const uint8_t *  buf,
int  buf_size 
)
static

Definition at line 50 of file sipr_parser.c.

Variable Documentation

◆ ff_sipr_parser

const FFCodecParser ff_sipr_parser
Initial value:

Definition at line 70 of file sipr_parser.c.

SiprParserContext
Definition: sipr_parser.c:27
ff_parse_close
av_cold void ff_parse_close(AVCodecParserContext *s)
Definition: parser.c:298
close
static av_cold void close(AVCodecParserContext *s)
Definition: apv_parser.c:136
AV_CODEC_ID_SIPR
@ AV_CODEC_ID_SIPR
Definition: codec_id.h:500
sipr_parse
static int sipr_parse(AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition: sipr_parser.c:50
parse
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:46
PARSER_CODEC_LIST
#define PARSER_CODEC_LIST(...)
Definition: parser_internal.h:76