Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264_parser.c60 uint8_t parse_history[6]; member
126 p->parse_history[p->parse_history_count++] = buf[i]; in h264_find_frame_end()
128 init_get_bits(&gb, p->parse_history, 8*p->parse_history_count); in h264_find_frame_end()