Searched refs:VSYNC_DROP (Results 1 – 3 of 3) sorted by relevance
54 #define VSYNC_DROP 0xff macro
784 if ((st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO && video_sync_method == VSYNC_DROP) || in write_packet()1217 format_video_sync != VSYNC_DROP) { in do_video_out()1253 case VSYNC_DROP: in do_video_out()
3133 else if (!av_strcasecmp(arg, "drop")) video_sync_method = VSYNC_DROP; in opt_vsync()