vp8_ratectrl_rtc_test.cc: ensure frame_type is initialized
authorJames Zern <jzern@google.com>
Wed, 24 Aug 2022 22:48:24 +0000 (15:48 -0700)
committerJames Zern <jzern@google.com>
Wed, 24 Aug 2022 22:57:02 +0000 (15:57 -0700)
commit2c7657202e839a661997f08c57554523901ad26d
treeb76d081d14020b04e6c06aed7f8d2e6516ce0587
parentcef289f4cdcb4bcf453eb8fdd20341541a41027a
vp8_ratectrl_rtc_test.cc: ensure frame_type is initialized

this fixes a valgrind failure:
==1095597== Conditional jump or move depends on uninitialised value(s)
==1095597==    at 0x12E0CC: (anonymous
namespace)::Vp8RcInterfaceTest::PreEncodeFrameHook(libvpx_test::VideoSource*,
libvpx_test::  > Encoder*) (vp8_ratectrl_rtc_test.cc:131)
==1095597==    by 0x1255A9:
libvpx_test::EncoderTest::RunLoop(libvpx_test::VideoSource*)
(encode_test_driver.cc:205)

Bug: webm:1776
Change-Id: Id3b40f62573ee513e79c74b6315c71b6ecd22c9a
Fixed: webm:1776
test/vp8_ratectrl_rtc_test.cc