codec/h264/h264dec/cavlc.go: fix comment inside parseTotalCoeffAndTrailingOnes

This commit is contained in:
Saxon 2019-09-07 08:42:50 +09:30
parent 4aa71e901c
commit 8316a621b9
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ func parseTotalCoeffAndTrailingOnes(br *bits.BitReader, ctx *SliceContext, using
} }
} }
// Step 7 derive // Step 7.
switch { switch {
case availableFlag[0] && availableFlag[1]: case availableFlag[0] && availableFlag[1]:
nC = (n[0] + n[1] + 1) >> 1 nC = (n[0] + n[1] + 1) >> 1