vp10_encoder: add missing vpx_clear_system_state
Mirror the fix in vp9_encoder for sse-only build. Change-Id: I9f272874e52f4cc295fcaa71920f8a5d3a80045b
This commit is contained in:
parent
3acfe46e8d
commit
13c3c8309a
@ -4547,6 +4547,7 @@ int vp10_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags,
|
|||||||
cpi->svc.spatial_layer_to_encode = 0;
|
cpi->svc.spatial_layer_to_encode = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
vpx_clear_system_state();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user