| Index: native_client_sdk/src/examples/api/video_decode/video_decode.cc
|
| diff --git a/native_client_sdk/src/examples/api/video_decode/video_decode.cc b/native_client_sdk/src/examples/api/video_decode/video_decode.cc
|
| index 80088b9e27358c2814efe9c730cc6db09b678aba..9664c9b6407ddb85969923a90fe9c5d87d6440e1 100644
|
| --- a/native_client_sdk/src/examples/api/video_decode/video_decode.cc
|
| +++ b/native_client_sdk/src/examples/api/video_decode/video_decode.cc
|
| @@ -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));
|
| }
|
|
|
|
|