diff options
Diffstat (limited to 'media/tools/omx_test/omx_test.cc')
-rw-r--r-- | media/tools/omx_test/omx_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/tools/omx_test/omx_test.cc b/media/tools/omx_test/omx_test.cc index 505f060..44b728f 100644 --- a/media/tools/omx_test/omx_test.cc +++ b/media/tools/omx_test/omx_test.cc @@ -189,7 +189,7 @@ class TestApp : public base::RefCountedThreadSafe<TestApp>, config.width = av_stream_->codec->width; config.height = av_stream_->codec->height; engine_.reset(new OmxVideoDecodeEngine()); - engine_->Initialize(&message_loop_, this, NULL, config); + engine_->Initialize(&message_loop_, this, config); // Execute the message loop so that we can run tasks on it. This call // will return when we call message_loop_.Quit(). |