Skip to content

Commit

Permalink
Loosen frame size restriction to "SHOULD"
Browse files Browse the repository at this point in the history
  • Loading branch information
jwcullen authored and tdaede committed Jul 17, 2023
1 parent 5f370ee commit c16c2e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1627,8 +1627,8 @@ The sample rate used for computing offsets SHALL be the rate indicated by the [=
[=decoder_config()=] for FLAC are the [=METADATA_BLOCK=]s of [[!FLAC]]. The [=METADATA_BLOCK_STREAMINFO=] has the following constraints:
- [=minimum block size=] block SHALL be set to [=num_samples_per_frame=].
- [=maximum block size=] block SHALL be set to [=num_samples_per_frame=].
- [=minimum frame size=] block SHALL be set to 0.
- [=maximum frame size=] block SHALL be set to 0.
- [=minimum frame size=] block SHOULD be set to 0.
- [=maximum frame size=] block SHOULD be set to 0.
- [=number of channels=] block SHALL be set to 2. [=number of channels=] can be ignored because the real value can be determined from the [=Audio Element OBU=].


Expand Down

0 comments on commit c16c2e8

Please sign in to comment.