Chromium Code Reviews| 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 f72e1b257d77c8bc9f5c243ab2f1e34d5faad042..5bf0fbba4364880342929ab393e35b58bc8762fc 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_UNSPECIFIED) { |
|
xhwang
2014/07/31 17:12:44
I think here you mean for "vp8", "profile" is "uns
amogh.bihani
2014/08/01 05:16:24
Na has a wiki page! :o
|
| codec_ = media::kCodecVP8; |
| } else { |
| // TODO(dwkang): enable H264 once b/8125974 is fixed. |