We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3f455 commit 799becaCopy full SHA for 799beca
docs/index.html
@@ -32868,7 +32868,7 @@ <h4 id="exit-process-for-symbol-decoder">Exit process for symbol decoder</h4>
32868
<p>It is a requirement of bitstream conformance that SymbolMaxBits is greater than or
32869
equal to -14 whenever this process is invoked.</p>
32870
32871
-<p>The variable trailingBitPosition is set equal to get_position() - Min(15, SymbolMaxBits+15).</p>
+<p>The variable trailingBitPosition is set equal to get_position() - Min(14, SymbolMaxBits+14).</p>
32872
32873
<p>The bitstream position indicator is advanced by Max(0,SymbolMaxBits).
32874
(This skips over any trailing bits that have not already been read during symbol decode.)</p>
0 commit comments