summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/core.h b/player/core.h
index cee1bf3bc2..041065e1f6 100644
--- a/player/core.h
+++ b/player/core.h
@@ -141,6 +141,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
+ bool no_auto_select;
char *external_filename;
bool auto_loaded;