From 8e654d3f78f95b0e3a5a41d41e1e8cafd8f365ec Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 6 Oct 2015 17:55:15 +0200 Subject: 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. --- player/command.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'player') 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" }, -- cgit v1.2.3