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. --- options/options.h | 1 - 1 file changed, 1 deletion(-) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 75156043b3..8d7246e8b9 100644 --- a/options/options.h +++ b/options/options.h @@ -144,7 +144,6 @@ typedef struct MPOpts { int chapterrange[2]; int edition_id; int correct_pts; - int user_pts_assoc_mode; int initial_audio_sync; int video_sync; double sync_max_video_change; -- cgit v1.2.3