| Index: ppapi/examples/video_decode/video_decode.cc
|
| diff --git a/ppapi/examples/video_decode/video_decode.cc b/ppapi/examples/video_decode/video_decode.cc
|
| index 56748e037d6babcebd821564483f91d2a47ac6d4..e20fa37b0f58a21b72a9d7000a875bea924b3afe 100644
|
| --- a/ppapi/examples/video_decode/video_decode.cc
|
| +++ b/ppapi/examples/video_decode/video_decode.cc
|
| @@ -247,7 +247,8 @@ 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_VP8PROFILE_UNSPECIFIED;
|
| #else
|
| const PP_VideoProfile kBitstreamProfile = PP_VIDEOPROFILE_H264MAIN;
|
| #endif
|
|
|