From: Chris Tallon Date: Mon, 27 Sep 2021 16:21:09 +0000 (+0100) Subject: Fix VRecording showing graphic at bottom left when it shouldn't X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=e6c8e495c3e7d442737de547ab1cd00925544929;p=vompclient.git Fix VRecording showing graphic at bottom left when it shouldn't --- diff --git a/tvmedia.h b/tvmedia.h index da5ad85..5349e73 100644 --- a/tvmedia.h +++ b/tvmedia.h @@ -67,8 +67,8 @@ private: struct TVMedia { - unsigned int width; - unsigned int height; + unsigned int width{}; + unsigned int height{}; // no filename, file handling is only on the server TVMediaInfo info;