]> granicus.if.org Git - libvpx/commitdiff
vp10_encoder: add missing vpx_clear_system_state
authorJingning Han <jingning@google.com>
Wed, 12 Aug 2015 22:42:43 +0000 (15:42 -0700)
committerJingning Han <jingning@google.com>
Wed, 12 Aug 2015 22:43:19 +0000 (15:43 -0700)
Mirror the fix in vp9_encoder for sse-only build.

Change-Id: I9f272874e52f4cc295fcaa71920f8a5d3a80045b

vp10/encoder/encoder.c

index 1d69cd041fa01677eb60d8710636b0f42cc1f6da..1eab6a3cb6fbac01c5a5956ea72ba6f0683d5a8c 100644 (file)
@@ -4547,6 +4547,7 @@ int vp10_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags,
         cpi->svc.spatial_layer_to_encode = 0;
     }
   }
+  vpx_clear_system_state();
   return 0;
 }