Add operator<< to a struct in yuv_temporal_filter_test.cc
authorchiyotsai <chiyotsai@google.com>
Mon, 4 Feb 2019 22:18:59 +0000 (14:18 -0800)
committerchiyotsai <chiyotsai@google.com>
Mon, 4 Feb 2019 22:24:24 +0000 (14:24 -0800)
commit2020b170b8f7679d2f91ef92c998ab5a6d4643e4
treec46c857466d5193792efd82eb616799b9e412505
parent3248ea0e455aa3a57e9b034d740181d216c99cfb
Add operator<< to a struct in yuv_temporal_filter_test.cc

This should resolve valgrind's warning on aceessing uninitialized
values.

BUG=webm:1591

Change-Id: I678cadf448c12b598c9ea09490a7eb4e13e4118c
test/yuv_temporal_filter_test.cc