]> git.vomp.tv Git - vompclient.git/commitdiff
Fix VRecording showing graphic at bottom left when it shouldn't
authorChris Tallon <chris@vomp.tv>
Mon, 27 Sep 2021 16:21:09 +0000 (17:21 +0100)
committerChris Tallon <chris@vomp.tv>
Mon, 27 Sep 2021 16:21:09 +0000 (17:21 +0100)
tvmedia.h

index da5ad85dec55d1dc549b151e333406ce14c189ea..5349e732363899a54f59fe697039441aae3eb19a 100644 (file)
--- 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;