From b8de7d6ff3749e1edc66b8c675c2cce41ef866d6 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Sun, 15 Apr 2018 18:39:45 -0700 Subject: demux, player: mark dependent tracks ffmpeg marks audio tracks which are not meant to be played standalone as DEPENDENT. these are typically used in DVB broadcasts for audio descriptions, and are meant to be mixed into the main audio track during playback. --- 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 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; -- cgit v1.2.3