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

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

#include "startcode.h"
#include "config.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.

Author
Michael Niedermayer micha.nosp@m.elni.nosp@m.@gmx..nosp@m.at

Definition in file startcode.c.

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().