codec/h264/h264dec: removed comment for unexported error message and bettered text

This commit is contained in:
Saxon 2019-08-15 01:03:00 +09:30
parent 04fef9ce1d
commit 9691b1346c
1 changed files with 1 additions and 1 deletions

View File

@ -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