]> git.sesse.net Git - nageru/commit
Make Ebu_r128_proc::Ebu_r128_proc() not move uninitialized variables around.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 21 Dec 2018 23:11:36 +0000 (00:11 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 21 Dec 2018 23:11:36 +0000 (00:11 +0100)
commite81676947134c48c4ce26b760d7cf5ad3288b0de
tree58df7b241c7ba42cd0e90484352e1faa0b5cbfb8
parentaa6cef228bda3977763472d6bbc03b5a0302c866
Make Ebu_r128_proc::Ebu_r128_proc() not move uninitialized variables around.

It doesn't matter since init() will be called immediately afterwards,
but it silences Coverity Scan.
nageru/ebu_r128_proc.cc