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 5db1b71e05476356dd68677a8db2f286fdb1ddaf..80088b9e27358c2814efe9c730cc6db09b678aba 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 |
@@ -246,7 +246,7 @@ Decoder::Decoder(MyInstance* instance, |
pp::Module::Get()->GetBrowserInterface(PPB_CORE_INTERFACE)); |
#if defined USE_VP8_TESTDATA_INSTEAD_OF_H264 |
- const PP_VideoProfile kBitstreamProfile = PP_VIDEOPROFILE_VP8MAIN; |
+ const PP_VideoProfile kBitstreamProfile = PP_VIDEOPROFILE_VP8_ANY; |
#else |
const PP_VideoProfile kBitstreamProfile = PP_VIDEOPROFILE_H264MAIN; |
#endif |