FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
startcode.h File Reference

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

#include <stdint.h>

Go to the source code of this file.

Functions

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

int ff_startcode_find_candidate_c ( const uint8_t buf,
int  size 
)

Definition at line 31 of file startcode.c.

Referenced by ff_h264dsp_init(), and ff_vc1dsp_init().