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 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;