Changes between Version 4 and Version 5 of TaskRecordedFile
- Timestamp:
- 10/19/10 21:10:36 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TaskRecordedFile
v4 v5 191 191 height SMALLINT(5) UNSIGNED NOT NULL DEFAULT 0, 192 192 fps FLOAT(6,3), 193 aspect FLOAT(8,3), 193 displayaspect FLOAT(8,3), 194 pixelaspect FLOAT(8,3), 194 195 195 196 PRIMARY KEY (streamid, sampleframe) … … 206 207 bits SMALLINT(5) UNSIGNED NOT NULL DEFAULT 0, 207 208 channels TINYINT(3) NOT NULL DEFAULT 0, 209 language VARCHAR(10) NOT NULL DEFAULT '', 208 210 209 211 PRIMARY KEY (streamid, sampleframe)
