Skip to content

Commit

Permalink
Add assumed default to sample_offset
Browse files Browse the repository at this point in the history
  • Loading branch information
j616 committed Jan 20, 2025
1 parent 448a017 commit 619be1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/schemas/flow-segment.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"$ref": "timestamp.json"
},
"sample_offset": {
"description": "The start of the segment represented as a count of samples from the start of the object. Note that a sample is a video frame or audio sample. A (coded) audio frame has multiple audio samples",
"description": "The start of the segment represented as a count of samples from the start of the object. Note that a sample is a video frame or audio sample. A (coded) audio frame has multiple audio samples. Assumed to be 0 if not set.",
"type": "integer"
},
"sample_count": {
Expand Down

0 comments on commit 619be1d

Please sign in to comment.