Searched refs:dup_warning (Results 1 – 1 of 1) sorted by relevance
136 static unsigned dup_warning = 1000; variable1284 if (nb_frames_dup > dup_warning) { in do_video_out()1285 av_log(NULL, AV_LOG_WARNING, "More than %d frames duplicated\n", dup_warning); in do_video_out()1286 dup_warning *= 10; in do_video_out()