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. --- demux/stheader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'demux/stheader.h') diff --git a/demux/stheader.h b/demux/stheader.h index fdb302713c..a615867685 100644 --- a/demux/stheader.h +++ b/demux/stheader.h @@ -58,6 +58,7 @@ struct sh_stream { char *title; char *lang; // language code bool default_track; // container default track flag + bool forced_track; // container forced track flag int hls_bitrate; bool missing_timestamps; -- cgit v1.2.3