Skip to content

Commit ff5e96b

Browse files
committed
add a codec prefix for remaining track types
These types of codec don't exist so we can pick what we want. Fixes #125
1 parent 4505b6a commit ff5e96b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

codec_specs.md

+4
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@ Track Type | Codec ID Prefix
3131
----------------|----------------
3232
Video (1) | "V_"
3333
Audio (2) | "A_"
34+
Complex (3) | "O_"
35+
Logo (16) | "L_"
3436
Subtitle (17) | "S_"
3537
Button (18) | "B_"
38+
Control (32) | "C_"
39+
Metadata (33) | "M_"
3640
Table: Codec ID Prefix by Track Type{#CodecPrefix}
3741

3842
Each `CodecID` **MUST** include a `Major Codec ID` immediately following the `Codec ID Prefix`.

0 commit comments

Comments
 (0)