]> granicus.if.org Git - libvpx/commitdiff
vp9_encoder: add missing vpx_clear_system_state
authorJames Zern <jzern@google.com>
Wed, 12 Aug 2015 02:24:07 +0000 (19:24 -0700)
committerJames Zern <jzern@google.com>
Wed, 12 Aug 2015 02:28:23 +0000 (19:28 -0700)
fixes sse-only build

Change-Id: I4591f5be6773464238744a41d6901cf0e903b5bd

vp9/encoder/vp9_encoder.c

index 0680550cf646247a77771edb327307369ea8fc24..5261feb41f3d813f28f0cf393c4bd34be71b01cd 100644 (file)
@@ -4547,6 +4547,7 @@ int vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags,
         cpi->svc.spatial_layer_to_encode = 0;
     }
   }
+  vpx_clear_system_state();
   return 0;
 }