We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b0cfd commit 73e3230Copy full SHA for 73e3230
include/render_settings.hpp
@@ -311,7 +311,7 @@ enum class HardwareAccelerationType : int {
311
struct RenderSettings {
312
HardwareAccelerationType m_hardwareAccelerationType = HardwareAccelerationType::NONE;
313
PixelFormat m_pixelFormat = PixelFormat::RGB0;
314
- std::string m_codec = "h264";
+ std::string m_codec;
315
std::string m_colorspaceFilters = "";
316
bool m_doVerticalFlip = true;
317
int64_t m_bitrate = 30000000;
0 commit comments