Home
last modified time | relevance | path

Searched refs:dup_warning (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg.c136 static unsigned dup_warning = 1000; variable
1284 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()