Skip to content

Commit 8439063

Browse files
committed
add sgpd flags
1 parent d416887 commit 8439063

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

data/standard_features/14496-12/boxes.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,18 @@
10061006
"fourcc": "sgpd",
10071007
"description": "Sample group description box",
10081008
"versions": [0, 1, 2],
1009-
"flags": [],
1009+
"flags": [
1010+
{
1011+
"name": "static_group_description",
1012+
"value": "0x000001",
1013+
"description": "There are no SampleGroupDescriptionBoxes of this grouping_type in any TrackFragmentBox of this track"
1014+
},
1015+
{
1016+
"name": "static_mapping",
1017+
"value": "0x000002",
1018+
"description": "There are no SampleToGroupBoxes of this grouping_type in this track. All samples therefore map to the default."
1019+
}
1020+
],
10101021
"containers": ["stbl", "traf"],
10111022
"type": "FullBox",
10121023
"syntax": "aligned(8) class SampleGroupDescriptionBox ()\n\textends FullBox('sgpd', version, flags){\n\tunsigned int(32) grouping_type;\n\tif (version>=1) { unsigned int(32) default_length; }\n\tif (version>=2) {\n\t\tunsigned int(32) default_group_description_index;\n\t}\n\tunsigned int(32) entry_count;\n\tint i;\n\tfor (i = 1 ; i <= entry_count ; i++){\n\t\tif (version>=1) {\n\t\t\tif (default_length==0) {\n\t\t\t\tunsigned int(32) description_length;\n\t\t\t}\n\t\t}\n\t\tSampleGroupDescriptionEntry (grouping_type);\n\t\t// an instance of a class derived from SampleGroupDescriptionEntry\n\t\t// that is appropriate and permitted for the media type\n\t}\n}"

0 commit comments

Comments
 (0)