Skip to content

Commit ad4ce3a

Browse files
committed
fix more hashes
1 parent c5ea7bd commit ad4ce3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/api/encoder_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ static const EncodeFileParam kFileParamArray[] = {
125125
"res/CiscoVT2people_320x192_12fps.yuv",
126126
// Allow for different output depending on whether averaging is done
127127
// vertically or horizontally first when downsampling.
128-
{ "eb4adc831563ce4f02f2942f52c992da760b4113", "a4c2caccada00189c683cd61c6f0bb995d09aeff" },
128+
{ "e626f7efa3d54da15794407c15b7c694f7ddd383", "eb4adc831563ce4f02f2942f52c992da760b4113" },
129129
CAMERA_VIDEO_REAL_TIME, 320, 192, 12.0f, SM_SINGLE_SLICE, false, 2, false, false, false
130130
},
131131
{
@@ -136,7 +136,7 @@ static const EncodeFileParam kFileParamArray[] = {
136136
"res/Cisco_Absolute_Power_1280x720_30fps.yuv",
137137
// Allow for different output depending on whether averaging is done
138138
// vertically or horizontally first when downsampling.
139-
{ "a32db3cfa66568e231d1f580d239d6468d26ce9a", "9e4fb2b503a877c21441545ee4f0cd5416dbe5e9" },
139+
{ "0d4bf6a3b6f09d6de7bbce6daf8002c614ee6241", "a32db3cfa66568e231d1f580d239d6468d26ce9a" },
140140
CAMERA_VIDEO_REAL_TIME, 1280, 720, 30.0f, SM_SINGLE_SLICE, false, 4, false, false, false
141141
},
142142

0 commit comments

Comments
 (0)