Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / examples / api / video_decode / video_decode.cc
index 80088b9..9664c9b 100644 (file)
@@ -254,7 +254,7 @@ Decoder::Decoder(MyInstance* instance,
   assert(!decoder_->is_null());
   decoder_->Initialize(graphics_3d,
                        kBitstreamProfile,
-                       PP_TRUE /* allow_software_fallback */,
+                       PP_HARDWAREACCELERATION_WITHFALLBACK,
                        callback_factory_.NewCallback(&Decoder::InitializeDone));
 }