Commit 019a1647 authored by ashokm@nvidia.com's avatar ashokm@nvidia.com

ovda: fix the build break

Fixing the build break.

BUG=NONE
TEST=omx_video_decode_accelerator_unittest

Review URL: http://codereview.chromium.org/7583033

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95857 0039d316-1c4b-4281-b951-d872f2087c98
parent be53c1bb
......@@ -565,7 +565,7 @@ void EglRenderingVDAClient::CreateDecoder() {
media::VIDEOCODECFOURCC_H264,
media::VIDEOATTRIBUTEKEY_VIDEOCOLORFORMAT, media::VIDEOCOLORFORMAT_RGBA,
};
std::vector<uint32> config(
std::vector<int32> config(
config_array, config_array + arraysize(config_array));
CHECK(decoder_->Initialize(config));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment