mpv/options
wm4 4ea05577bd audio: remove --audiodrop
This would play some silence in case video was slower than audio. If
framedropping is already enabled, there's no other way to keep A/V
sync, short of changing audio playback speed (which would give worse
results). The --audiodrop option inserted silence if there was more
than 500ms desync.

This worked somewhat, but I think it was a silly idea after all. Whether
the playback experience is really bad or slightly worse doesn't really
matter. There also was a subtle bug with PTS handling, that apparently
caused A/V desync anyway at ridiculous playback speeds.

Just remove this feature; nobody is going to use it anyway.
2014-09-30 18:05:55 +02:00
..
m_config.c options: remove --volstep 2014-09-21 15:41:33 +02:00
m_config.h Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00
m_option.c video: initial Matroska 3D support 2014-08-30 23:24:46 +02:00
m_option.h options: add M_OPT_FILE flag to mark options that want a file(list) 2014-09-13 02:03:09 +02:00
m_property.c command: make m_property_strdup_ro with NULL mean unavailable 2014-09-01 21:50:54 +02:00
m_property.h command: redo the property type 2014-06-13 02:11:39 +02:00
options.c audio: remove --audiodrop 2014-09-30 18:05:55 +02:00
options.h audio: remove --audiodrop 2014-09-30 18:05:55 +02:00
parse_commandline.c options: fix "-" (stdin) input 2014-05-06 01:06:07 +02:00
parse_commandline.h
parse_configfile.c config: adjust config parser messages 2014-07-13 20:11:46 +02:00
parse_configfile.h encode: don't apply default config options 2014-04-19 22:05:17 +02:00
path.c path: remove XDG bullshit 2014-09-03 02:07:36 +02:00
path.h Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00