Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksoid <aleksoid@users.sourceforge.net>2010-07-19 03:53:27 +0400
committerAleksoid <aleksoid@users.sourceforge.net>2010-07-19 03:53:27 +0400
commitdffbd653614adae7118ab82e43d5406eb940e4c8 (patch)
treeb6cc869f9f0db217eeb1f413689e3ee87bd926a6 /include
parentdc029dae1a063856408ee4a0aa44ae0f88abaf2f (diff)
Fix : [MKV] Default values of the spec should be strictly followed, ticket #536, (modify patch by foxyshadis);
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2135 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'include')
-rw-r--r--include/ITrackInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ITrackInfo.h b/include/ITrackInfo.h
index d93b97bff..9ec4489e8 100644
--- a/include/ITrackInfo.h
+++ b/include/ITrackInfo.h
@@ -15,6 +15,7 @@ struct TrackElement {
WORD Size; // Size of this structure
BYTE Type; // See TrackType
BOOL FlagDefault; // Set if the track is the default for its TrackType.
+ BOOL FlagForced; // Set if that track MUST be used during playback.
BOOL FlagLacing; // Set if the track may contain blocks using lacing.
UINT MinCache; // The minimum number of frames a player should be able to cache during playback.
UINT MaxCache; // The maximum cache size required to store referenced frames in and the current frame. 0 means no cache is needed.