diff options
Diffstat (limited to 'player/core.h')
-rw-r--r-- | player/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/player/core.h b/player/core.h index 0eca484dc2..ff4719926d 100644 --- a/player/core.h +++ b/player/core.h @@ -134,7 +134,7 @@ struct track { int ff_index; // same as stream->ff_index, or 0. char *title; - bool default_track, forced_track; + bool default_track, forced_track, dependent_track; bool attached_picture; char *lang; |