mirror of https://bitbucket.org/ausocean/av.git
codec/h264/h264dec/cavlc.go: fix comment inside parseTotalCoeffAndTrailingOnes
This commit is contained in:
parent
4aa71e901c
commit
8316a621b9
|
@ -136,7 +136,7 @@ func parseTotalCoeffAndTrailingOnes(br *bits.BitReader, ctx *SliceContext, using
|
|||
}
|
||||
}
|
||||
|
||||
// Step 7 derive
|
||||
// Step 7.
|
||||
switch {
|
||||
case availableFlag[0] && availableFlag[1]:
|
||||
nC = (n[0] + n[1] + 1) >> 1
|
||||
|
|
Loading…
Reference in New Issue