Searched refs:frames_corrupted (Results 1 – 1 of 1) sorted by relevance
514 int frames_corrupted = 0; in main_loop() local836 frames_corrupted += corrupted; in main_loop()933 if (frames_corrupted) in main_loop()934 fprintf(stderr, "WARNING: %d frames corrupted.\n", frames_corrupted); in main_loop()971 return frames_corrupted ? EXIT_FAILURE : EXIT_SUCCESS; in main_loop()