VIDEO_PICTURE_QUEUE_SIZE  167 ffplay.c           VideoPicture pictq[VIDEO_PICTURE_QUEUE_SIZE];
VIDEO_PICTURE_QUEUE_SIZE 1130 ffplay.c                   if (++is->pictq_rindex == VIDEO_PICTURE_QUEUE_SIZE)
VIDEO_PICTURE_QUEUE_SIZE 1234 ffplay.c           while (is->pictq_size >= VIDEO_PICTURE_QUEUE_SIZE &&
VIDEO_PICTURE_QUEUE_SIZE 1301 ffplay.c               if (++is->pictq_windex == VIDEO_PICTURE_QUEUE_SIZE)
VIDEO_PICTURE_QUEUE_SIZE 2176 ffplay.c           for(i=0;i<VIDEO_PICTURE_QUEUE_SIZE; i++) {