]> git.sesse.net Git - casparcg/blobdiff - shell/main.cpp
2.0.0.2: ffmpeg_producer: Fixed problem with audio and video out of sync which was...
[casparcg] / shell / main.cpp
index dab8ac3a78a7474b192dac9af056b6843f5508b5..757e8f49e64838a8e53933b7aff99be4cc42419d 100644 (file)
@@ -81,7 +81,7 @@ void setup_console_window()
 \r
        SMALL_RECT DisplayArea = {0, 0, 0, 0};\r
        DisplayArea.Right = coord.X-1;\r
-       DisplayArea.Bottom = coord.Y-1;\r
+       DisplayArea.Bottom = (coord.Y-1)/2;\r
        SetConsoleWindowInfo(hOut, TRUE, &DisplayArea);\r
                \r
        // Set console title.\r