FFmpeg
Functions | Variables
h261_parser.c File Reference
#include "parser.h"
#include "parser_internal.h"

Go to the source code of this file.

Functions

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

Variables

const FFCodecParser ff_h261_parser
 

Detailed Description

H.261 parser

Definition in file h261_parser.c.

Function Documentation

◆ h261_find_frame_end()

static int h261_find_frame_end ( ParseContext pc,
AVCodecContext avctx,
const uint8_t *  buf,
int  buf_size 
)
static

Definition at line 31 of file h261_parser.c.

Referenced by h261_parse().

◆ h261_parse()

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

Definition at line 67 of file h261_parser.c.

Variable Documentation

◆ ff_h261_parser

const FFCodecParser ff_h261_parser
Initial value:

Definition at line 90 of file h261_parser.c.

ff_parse_close
av_cold void ff_parse_close(AVCodecParserContext *s)
Definition: parser.c:298
AV_CODEC_ID_H261
@ AV_CODEC_ID_H261
Definition: codec_id.h:55
close
static av_cold void close(AVCodecParserContext *s)
Definition: apv_parser.c:136
ParseContext
Definition: parser.h:28
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
h261_parse
static int h261_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition: h261_parser.c:67
PARSER_CODEC_LIST
#define PARSER_CODEC_LIST(...)
Definition: parser_internal.h:76