Lines Matching defs:ptr
40 const unsigned char *ptr = p->buf;42 if (AV_RB24(ptr) == 0xEFBBBF)43 ptr += 3; /* skip UTF-8 BOM */45 while (*ptr == '\r' || *ptr == '\n' || *ptr == '$' || !strncmp(ptr, "//" , 2))46 ptr += ff_subtitles_next_line(ptr);48 if (sscanf(ptr, "%*d:%*d:%*d:%*d , %*d:%*d:%*d:%*d , %c", &c) == 1)