Skip to content

Commit

Permalink
add flag names
Browse files Browse the repository at this point in the history
  • Loading branch information
podborski committed Nov 12, 2024
1 parent 393a8bb commit f29627d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/standard_features/14496-15/boxes.json
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@
"versions": [0],
"flags": [
{
"name": "",
"name": "no_display",
"value": "0x000001",
"description": "The samples referencing the sample entry do not contain content intended for displaying."
}
Expand Down
6 changes: 3 additions & 3 deletions data/standard_features/14496-15/track_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"versions": [0],
"flags": [
{
"name": "",
"name": "unique",
"value": "0x000001",
"description": "Indicates the uniqueness of track_group_id"
}
Expand All @@ -25,7 +25,7 @@
"versions": [0],
"flags": [
{
"name": "",
"name": "unique",
"value": "0x000001",
"description": "Indicates the uniqueness of track_group_id"
}
Expand All @@ -40,7 +40,7 @@
"versions": [0],
"flags": [
{
"name": "",
"name": "unique",
"value": "0x000001",
"description": "Indicates the uniqueness of track_group_id"
}
Expand Down

0 comments on commit f29627d

Please sign in to comment.