]> git.sesse.net Git - mlt/commit
kino/avi.cc: initialize variable
authorMikko Rapeli <mikko.rapeli@iki.fi>
Tue, 31 Jul 2012 07:54:52 +0000 (09:54 +0200)
committerMikko Rapeli <mikko.rapeli@iki.fi>
Mon, 6 Aug 2012 16:37:26 +0000 (18:37 +0200)
commitc0116faafe8d7e333ea8562cc317b77a2754205e
treea63a69a929e98eaf3243df618e4239e3193691af
parenta2e57e695ecec02d66ff6e763bae3b39f60fc87b
kino/avi.cc: initialize variable

Fixes Coverity CID 709439: Uninitialized scalar field (UNINIT_CTOR)
Non-static class member field "dvinfo.dwDVAAuxCtl1" is not initialized in this constructor nor in any functions that it calls.
Non-static class member field "dvinfo.dwDVAAuxCtl" is not initialized in this constructor nor in any functions that it calls.
Non-static class member field "dvinfo.dwDVAAuxSrc1" is not initialized in this constructor nor in any functions that it calls.
Non-static class member field "dvinfo.dwDVAAuxSrc" is not initialized in this constructor nor in any functions that it calls.
Non-static class member field "dvinfo.dwDVReserved" is not initialized in this constructor nor in any functions that it calls.
Non-static class member field "dvinfo.dwDVVAuxCtl" is not initialized in this constructor nor in any functions that it calls.
Non-static class member field "dvinfo.dwDVVAuxSrc" is not initialized in this constructor nor in any functions that it calls.
src/modules/kino/avi.cc