rdp / screen-capture-recorder-to-video-windows-free

a free open source windows "screen capture" device and recorder (also allows VLC/ffmpeg and others to capture/stream desktop/audio)
https://github.com/rdp/screen-capture-recorder-to-video-windows-free/releases
Other
2.06k stars 456 forks source link

typo or bug: #172

Closed morya closed 11 months ago

morya commented 12 months ago

code from here:

https://github.com/rdp/screen-capture-recorder-to-video-windows-free/blob/974639edeaf76456e8579497c05a2bbcf1d4704e/source_code/PushSourceDesktopAccessories.cpp#L485C51-L485C51

            pvi->bmiHeader.biCompression = BI_BITFIELDS; // line485, I think this line should be deleted
            pvi->bmiHeader.biCompression = BI_RGB;
            pvi->bmiHeader.biBitCount    = 16;

line 458 should be deleted