mirror of https://bitbucket.org/ausocean/av.git
codec/h264/h264dec: removed comment for unexported error message and bettered text
This commit is contained in:
parent
04fef9ce1d
commit
9691b1346c
|
@ -834,7 +834,7 @@ func suffix(v, uCoff, k int, signedValFlag bool) []int {
|
|||
}
|
||||
|
||||
// Error used by fixedLenBinariztion.
|
||||
var errNegativeValue = errors.New("cannot get fixed length binarization of negative number")
|
||||
var errNegativeValue = errors.New("cannot get fixed length binarization of negative value")
|
||||
|
||||
// fixedLenBinarization returns the fixed-length (FL) binarization of the syntax
|
||||
// element v, given cMax to determine bin length, as specified by section 9.3.2.4
|
||||
|
|
Loading…
Reference in New Issue