Skip to content

Commit

Permalink
equation typo
Browse files Browse the repository at this point in the history
Github: Closes #69

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • Loading branch information
dericed authored and michaelni committed Jun 7, 2017
1 parent 2113ed6 commit f566e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffv1.md
Expand Up @@ -1000,7 +1000,7 @@ Parameters( ) { |
`version` specifies the version of the bitstream.
Each version is incompatible with others versions: decoders SHOULD reject a file due to unknown version.
Decoders SHOULD reject a file with version =< 1 && ConfigurationRecordIsPresent == 1.
Decoders SHOULD reject a file with version <= 1 && ConfigurationRecordIsPresent == 1.
Decoders SHOULD reject a file with version >= 3 && ConfigurationRecordIsPresent == 0.
|value | version |
Expand Down

0 comments on commit f566e93

Please sign in to comment.