]> git.sesse.net Git - mlt/commit - src/modules/kino/filehandler.cc
kino/filehandler.cc: initialize variables
authorMikko Rapeli <mikko.rapeli@iki.fi>
Tue, 31 Jul 2012 08:09:43 +0000 (10:09 +0200)
committerMikko Rapeli <mikko.rapeli@iki.fi>
Mon, 6 Aug 2012 16:37:26 +0000 (18:37 +0200)
commit0b8ae421aa6ea59d7f21a3167cc8b3cacf8c5fc9
tree6fac3dfa6b8df3d5acd81541b94b83ba11ffaf7f
parentfe630227f24e0f6604d83563d36747347cfcd417
kino/filehandler.cc: initialize variables

Fixes Coverity CID 709441: 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/filehandler.cc