]> granicus.if.org Git - libvpx/commit
y4m_test: init members in the constructor
authorJames Zern <jzern@google.com>
Mon, 8 Aug 2016 21:27:34 +0000 (14:27 -0700)
committerJames Zern <jzern@google.com>
Mon, 8 Aug 2016 21:27:34 +0000 (14:27 -0700)
commit9e9722bc79656b5b5bec914ba611f5d65c1212e0
tree762946e9d65f6b2fcf89eb4e15aa865f2ba4b894
parentcfd92dab18639c7f1198393ce04613e6d2b126eb
y4m_test: init members in the constructor

prevents use of an uninitialized value in the deconstructor should the
test fail before tmpfile_ is set.

Change-Id: I8b49fd05f0d05e055fdf653bd46983d30f466a68
test/y4m_test.cc