[matroska] r977 - trunk/libmatroska/matroska/c
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2004-12-15 17:24:04 +0300 (Wed, 15 Dec 2004)
New Revision: 977
Modified:
trunk/libmatroska/matroska/c/libmatroska_t.h
Log:
added the button track type
Modified: trunk/libmatroska/matroska/c/libmatroska_t.h
===================================================================
--- trunk/libmatroska/matroska/c/libmatroska_t.h 2004-12-14 21:16:19 UTC (rev 976)
+++ trunk/libmatroska/matroska/c/libmatroska_t.h 2004-12-15 14:24:04 UTC (rev 977)
@@ -58,6 +58,7 @@
track_logo = 0x10, ///< Overlay-pictures, displayed over video
track_subtitle = 0x11, ///< Text-subtitles. One track contains one language and only one track can be active (player-side configuration)
+ track_buttons = 0x12, ///< Buttons meta-infos.
track_control = 0x20 ///< Control-codes for menus and other stuff
} track_type;