| Index: content/common/gpu/media/android_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/android_video_decode_accelerator.cc b/content/common/gpu/media/android_video_decode_accelerator.cc
|
| index a9392de8a8b87f2f07ca5d225d490a102f1c55f7..b1de5b135444a1ffc65200ba702f5c2e8deef685 100644
|
| --- a/content/common/gpu/media/android_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/android_video_decode_accelerator.cc
|
| @@ -89,7 +89,7 @@ bool AndroidVideoDecodeAccelerator::Initialize(media::VideoCodecProfile profile,
|
|
|
| client_ = client;
|
|
|
| - if (profile == media::VP8PROFILE_MAIN) {
|
| + if (profile == media::VP8PROFILE_ANY) {
|
| codec_ = media::kCodecVP8;
|
| } else {
|
| // TODO(dwkang): enable H264 once b/8125974 is fixed.
|
|
|