Searched refs:subpq_windex (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c154 int subpq_size, subpq_rindex, subpq_windex; member in struct:VideoState
1432 sp = &is->subpq[is->subpq_windex];
1461 if (++is->subpq_windex == SUBPICTURE_QUEUE_SIZE)
1462 is->subpq_windex = 0;

Completed in 34 milliseconds