FFmpeg
Functions
startcode.h File Reference
#include <stdint.h>

Go to the source code of this file.

Functions

const uint8_t * avpriv_find_start_code (const uint8_t *p, const uint8_t *end, uint32_t *state)
 
int ff_startcode_find_candidate_c (const uint8_t *buf, int size)
 

Detailed Description

Accelerated start code search function for start codes common to MPEG-1/2/4 video, VC-1, H.264/5

Definition in file startcode.h.

Function Documentation

◆ avpriv_find_start_code()

const uint8_t* avpriv_find_start_code ( const uint8_t *  p,
const uint8_t *  end,
uint32_t *  state 
)

◆ ff_startcode_find_candidate_c()

int ff_startcode_find_candidate_c ( const uint8_t *  buf,
int  size 
)

Definition at line 32 of file startcode.c.

Referenced by ff_h264dsp_init(), and ff_vc1dsp_init().