~ubuntu-dev/mplayer/ubuntu-feisty

« back to all changes in this revision

Viewing changes to libmpdemux/ebml.h

  • Committer: William Grant
  • Date: 2007-02-03 03:16:07 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: william.grant@ubuntu.org.au-20070203031607-08gc2ompbz6spt9i
Update to 1.0rc1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
#define MATROSKA_ID_CHAPTERATOM          0xB6
129
129
#define MATROSKA_ID_CHAPTERTIMESTART     0x91
130
130
#define MATROSKA_ID_CHAPTERTIMEEND       0x92
 
131
#define MATROSKA_ID_CHAPTERDISPLAY       0x80
 
132
#define MATROSKA_ID_CHAPSTRING           0x85
131
133
 
132
134
/* IDs in the cluster master */
133
135
#define MATROSKA_ID_CLUSTERTIMECODE      0xE7
136
138
/* IDs in the blockgroup master */
137
139
#define MATROSKA_ID_BLOCKDURATION        0x9B
138
140
#define MATROSKA_ID_BLOCK                0xA1
 
141
#define MATROSKA_ID_SIMPLEBLOCK          0xA3
139
142
#define MATROSKA_ID_REFERENCEBLOCK       0xFB
140
143
 
 
144
/* IDs in the attachments master */
 
145
#define MATROSKA_ID_ATTACHEDFILE         0x61A7
 
146
#define MATROSKA_ID_FILENAME             0x466E
 
147
#define MATROSKA_ID_FILEMIMETYPE         0x4660
 
148
#define MATROSKA_ID_FILEDATA             0x465C
 
149
#define MATROSKA_ID_FILEUID              0x46AE
141
150
 
142
151
/* matroska track types */
143
152
#define MATROSKA_TRACK_VIDEO    0x01 /* rectangle-shaped pictures aka video */