From 07aba86b37887c0aef7ea90af250fcf19062369b Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 15 Aug 2014 23:52:42 +0200 Subject: audio: add a mode to insert silence on severe A/V desync This is probably a stupid idea, but it can't be denied that this actually allows playing video without larger desync, even if video is too slow. --- options/options.c | 2 ++ options/options.h | 1 + 2 files changed, 3 insertions(+) (limited to 'options') diff --git a/options/options.c b/options/options.c index af294a7709..58e8d9dec4 100644 --- a/options/options.c +++ b/options/options.c @@ -462,6 +462,8 @@ const m_option_t mp_opts[] = { {"decoder", 2}, {"decoder+vo", 3})), + OPT_FLAG("audiodrop", insert_silence, 0), + OPT_FLAG("untimed", untimed, M_OPT_FIXED), OPT_STRING("stream-capture", stream_capture, M_OPT_FIXED), diff --git a/options/options.h b/options/options.h index 5f59fa42c6..9b48a0162e 100644 --- a/options/options.h +++ b/options/options.h @@ -137,6 +137,7 @@ typedef struct MPOpts { float default_max_pts_correction; int autosync; int frame_dropping; + int insert_silence; int term_osd; int term_osd_bar; char *term_osd_bar_chars; -- cgit v1.2.3