diff options
author | wm4 <wm4@nowhere> | 2015-10-06 17:55:15 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-10-06 18:19:20 +0200 |
commit | 8e654d3f78f95b0e3a5a41d41e1e8cafd8f365ec (patch) | |
tree | 02dd26704119721f968af19a108d2e7570286367 /player/command.c | |
parent | 0e245b37523c9808f91827f64f4a62812d2c733e (diff) | |
download | mpv-8e654d3f78f95b0e3a5a41d41e1e8cafd8f365ec.tar.bz2 mpv-8e654d3f78f95b0e3a5a41d41e1e8cafd8f365ec.tar.xz |
video: remove user-controllable PTS sorting (--pts-association-mode)
Useless. Sometimes it might be useful to make some extremely broken
files work, but on the other hand --no-correct-pts is sufficient for
these cases.
While we still need some of the code for AVI, the "auto" mode in
particular inflated the size of the code.
Diffstat (limited to 'player/command.c')
-rw-r--r-- | player/command.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/player/command.c b/player/command.c index 44ffd170a6..87f4061fe6 100644 --- a/player/command.c +++ b/player/command.c @@ -3405,7 +3405,6 @@ static const struct m_property mp_properties[] = { {"demuxer-cache-idle", mp_property_demuxer_cache_idle}, {"cache-buffering-state", mp_property_cache_buffering}, {"paused-for-cache", mp_property_paused_for_cache}, - {"pts-association-mode", mp_property_generic_option}, {"hr-seek", mp_property_generic_option}, {"clock", mp_property_clock}, {"seekable", mp_property_seekable}, @@ -3734,7 +3733,6 @@ static const struct property_osd_display { { "chapter", .seek_msg = OSD_SEEK_INFO_CHAPTER_TEXT, .seek_bar = OSD_SEEK_INFO_BAR }, { "edition", .seek_msg = OSD_SEEK_INFO_EDITION }, - { "pts-association-mode", "PTS association mode" }, { "hr-seek", "hr-seek" }, { "speed", "Speed" }, { "clock", "Clock" }, |