Home
last modified time | relevance | path

Searched refs:start_code_found (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvc1_parser.c140 int start_code_found = 0; in vc1_parse() local
152 start_code_found = 0; in vc1_parse()
170 start_code_found = 1; in vc1_parse()
184 if (unesc_index >= UNESCAPED_THRESHOLD && !start_code_found) { in vc1_parse()
202 start_code_found = 1; in vc1_parse()
208 if (start_code_found) { in vc1_parse()