Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffplay.c151 …int *queue_serial; /* pointer to the current packet queue serial, used for obsolete clock detec… member
1377 if (*c->queue_serial != c->serial) in get_clock()
1407 static void init_clock(Clock *c, int *queue_serial) in init_clock() argument
1411 c->queue_serial = queue_serial; in init_clock()