Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ppapi / examples / video_decode / video_decode.cc
index ab2cead..acd1869 100644 (file)
@@ -255,7 +255,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));
 }