Skip to content

Commit 94afc52

Browse files
committed
rash, tele
1 parent ce5c454 commit 94afc52

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

data/file_features/published/3gp/rs_example_r1.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"features": [
99
"video track",
1010
"audio track",
11-
"rate share group",
1211
"Interleaved data",
1312
"mp4a sample entry"
1413
],

data/file_features/published/isobmff/sg-tl-st.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
"version": 1,
66
"published": true,
77
"associated_files": [],
8-
"features": [
9-
"video track",
10-
"Temporal level sample group",
11-
"layering and subseq grps"
12-
],
8+
"features": ["video track", "layering and subseq grps"],
139
"notes": "",
1410
"license": "",
1511
"rel_filepath": "./sg-tl-st.mp4",

data/standard_features/14496-12/sample_groups.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
{
3434
"fourcc": "rash",
35-
"description": "Rate share",
35+
"description": "Rate share sample group",
3636
"containers": ["sgpd"],
3737
"type": "SampleGroupDescriptionEntry",
3838
"syntax": "class RateShareEntry() extends SampleGroupDescriptionEntry('rash') {\n\tunsigned int(16)\toperation_point_count;\n\tif (operation_point_count == 1) {\n\t\tunsigned int(16)\t\ttarget_rate_share;\n\t}\n\telse {\n\t\tfor (i=0; i < operation_point_count; i++) {\n\t\t\tunsigned int(32)\tavailable_bitrate;\n\t\t\tunsigned int(16)\ttarget_rate_share;\n\t\t}\n\t}\n\tunsigned int(32)\tmaximum_bitrate;\n\tunsigned int(32)\tminimum_bitrate;\n\tunsigned int(8)\tdiscard_priority;\n}"
@@ -60,7 +60,7 @@
6060
},
6161
{
6262
"fourcc": "tele",
63-
"description": "Temporal Level",
63+
"description": "Temporal level sample group",
6464
"containers": ["sgpd"],
6565
"type": "VisualSampleGroupEntry",
6666
"syntax": "class TemporalLevelEntry() extends VisualSampleGroupEntry('tele')\n{\n\tbit(1)\tlevel_independently_decodable;\n\tbit(7)\treserved=0;\n}"

0 commit comments

Comments
 (0)