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

H.263 parser. More...

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

Go to the source code of this file.

Functions

static int h263_find_frame_end (ParseContext *pc, const uint8_t *buf, int buf_size)
 
static int h263_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
 

Variables

const FFCodecParser ff_h263_parser
 

Detailed Description

H.263 parser.

Definition in file h263_parser.c.

Function Documentation

◆ h263_find_frame_end()

static int h263_find_frame_end ( ParseContext * pc,
const uint8_t * buf,
int buf_size )
static

Definition at line 30 of file h263_parser.c.

Referenced by h263_parse().

◆ h263_parse()

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

Definition at line 66 of file h263_parser.c.

Variable Documentation

◆ ff_h263_parser

const FFCodecParser ff_h263_parser
Initial value:
= {
.priv_data_size = sizeof(ParseContext),
}
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_H263
Definition codec_id.h:54
static int h263_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition h263_parser.c:66
av_cold void ff_parse_close(AVCodecParserContext *s)
Definition parser.c:300
#define PARSER_CODEC_LIST(...)

Definition at line 91 of file h263_parser.c.