Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpeg4videodec.c3413 int startcode_found = 0; in ff_mpeg4_frame_end() local
3424 startcode_found = !(buf[i + 4] & 0x40); in ff_mpeg4_frame_end()
3429 if (startcode_found) { in ff_mpeg4_frame_end()