FFmpeg
Loading...
Searching...
No Matches
parser.h File Reference
#include "avcodec.h"

Go to the source code of this file.

Data Structures

struct  ParseContext
 

Macros

#define END_NOT_FOUND   (-100)
 

Functions

int ff_combine_frame (ParseContext *pc, int next, const uint8_t **buf, int *buf_size)
 Combine the (truncated) bitstream to a complete frame.
 
void ff_parse_close (AVCodecParserContext *s)
 
void ff_fetch_timestamp (AVCodecParserContext *s, int off, int remove, int fuzzy)
 Fetch timestamps for a specific byte within the current access unit.
 

Macro Definition Documentation

◆ END_NOT_FOUND

Function Documentation

◆ ff_combine_frame()

◆ ff_parse_close()

void ff_parse_close ( AVCodecParserContext * s)

Definition at line 300 of file parser.c.

◆ ff_fetch_timestamp()

void ff_fetch_timestamp ( AVCodecParserContext * s,
int off,
int remove,
int fuzzy )

Fetch timestamps for a specific byte within the current access unit.

Parameters
offbyte position within the access unit
removeFound timestamps will be removed if set to 1, kept if set to 0.
fuzzyOnly use found value if it is more informative than what we already have

Definition at line 89 of file parser.c.

Referenced by av_parser_parse2(), and mpeg1_find_frame_end().