| 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..ab2cead44be748ad92a05b4047e767c0997c742e 100644
|
| --- a/ppapi/examples/video_decode/video_decode.cc
|
| +++ b/ppapi/examples/video_decode/video_decode.cc
|
| @@ -247,7 +247,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
|
|
|