| Index: media/omx/omx_test.cc
|
| diff --git a/media/omx/omx_test.cc b/media/omx/omx_test.cc
|
| index caab772df9d3dc327ae93d122b0d5743e9391707..bd1cd2f57f51b39a37639e4ed9ee608536a8eaba 100644
|
| --- a/media/omx/omx_test.cc
|
| +++ b/media/omx/omx_test.cc
|
| @@ -410,6 +410,8 @@ int main(int argc, char** argv) {
|
| DCHECK_GE(loop_count, 1);
|
|
|
| media::OmxCodec::OmxMediaFormat input, output;
|
| + memset(&input, 0, sizeof(input));
|
| + memset(&output, 0, sizeof(output));
|
| if (encoder) {
|
| input.codec = media::OmxCodec::kCodecRaw;
|
| // TODO(jiesun): make other format available.
|
|
|