From 365cc79d942f9ecd06a77bcf29652ba581e33785 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 5 Jan 2014 16:15:30 +0100 Subject: player: don't select subtitles added from quvi by default Quvi subtitles are considered external subtitles (simply because they're separate from the audio/video stream), but for the sake of subtitle auto-selection, they should not be considered external. Change this so that quvi subtitles are treated like muxed subtitles (with default flag never set). This means subtitles won't be selected by default, unless explicitly requested with --sid or --slang. --- player/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'player/core.h') diff --git a/player/core.h b/player/core.h index c016dcf4f7..3285e4848d 100644 --- a/player/core.h +++ b/player/core.h @@ -128,6 +128,7 @@ struct track { // If this track is from an external file (e.g. subtitle file). bool is_external; + bool no_default; // pretend it's not external for auto-selection char *external_filename; bool auto_loaded; -- cgit v1.2.3