From 26f52c5730bbe66229e05f11be8a94a539786318 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 27 Jun 2015 22:02:24 +0200 Subject: demux: export forced flag At least Matroska files have a "forced" flag (in addition to the "default" flag). Export this flag. Treat it almost like the default flag, but with slightly higher priority. --- player/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/core.h') diff --git a/player/core.h b/player/core.h index 542105ba6e..81cf613abf 100644 --- a/player/core.h +++ b/player/core.h @@ -89,7 +89,7 @@ struct track { int ff_index; // same as stream->ff_index, or 0. char *title; - bool default_track; + bool default_track, forced_track; bool attached_picture; char *lang; -- cgit v1.2.3