mirror of https://bitbucket.org/ausocean/av.git
codec/h264/h264dec/slice_test.go: removed redundant comment
This commit is contained in:
parent
27d8d0992c
commit
bdcd340802
|
@ -125,7 +125,7 @@ func TestNewPredWeightTable(t *testing.T) {
|
||||||
tests := []struct {
|
tests := []struct {
|
||||||
in string
|
in string
|
||||||
sliceHeader SliceHeader
|
sliceHeader SliceHeader
|
||||||
chromaArrayType int // ChromaArrayType
|
chromaArrayType int
|
||||||
want PredWeightTable
|
want PredWeightTable
|
||||||
}{
|
}{
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue