We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce208d commit 3b77220Copy full SHA for 3b77220
src/video_capture/testcard2.c
@@ -417,8 +417,6 @@ void * vidcap_testcard2_thread(void *arg)
417
int prev_y2 = rand() % ((s->desc.height - 96) / 6) * 6;
418
int down2 = rand() % 2, right2 = rand() % 2;
419
420
- int stat_count_prev = 0;
421
-
422
gettimeofday(&s->last_audio_time, NULL);
423
uint32_t *banner = malloc(vc_get_datalen(s->desc.width, BANNER_HEIGHT, RGBA));
424
@@ -565,7 +563,6 @@ void * vidcap_testcard2_thread(void *arg)
565
563
if((++s->count) % ((int) s->desc.fps * 5) == 0) {
566
564
s->play_audio_frame = 1;
567
}
568
- ++stat_count_prev;
569
goto next_frame;
570
571
0 commit comments