From 9691b1346ccb67235e6dc88dc18295e38593d66b Mon Sep 17 00:00:00 2001 From: Saxon Date: Thu, 15 Aug 2019 01:03:00 +0930 Subject: [PATCH] codec/h264/h264dec: removed comment for unexported error message and bettered text --- codec/h264/h264dec/cabac.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec/h264/h264dec/cabac.go b/codec/h264/h264dec/cabac.go index ea58c124..b215cfa2 100644 --- a/codec/h264/h264dec/cabac.go +++ b/codec/h264/h264dec/cabac.go @@ -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