Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dpjsdec.c44 size_t q2pos = q1pos + strcspn(ptr + q1pos + 1, "\"") + 1; in pjs_probe() local
45 if (strcspn(ptr, "\r\n") > q2pos) in pjs_probe()