Skip to content

Commit 73e3230

Browse files
committed
remove default codec
1 parent e8b0cfd commit 73e3230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/render_settings.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ enum class HardwareAccelerationType : int {
311311
struct RenderSettings {
312312
HardwareAccelerationType m_hardwareAccelerationType = HardwareAccelerationType::NONE;
313313
PixelFormat m_pixelFormat = PixelFormat::RGB0;
314-
std::string m_codec = "h264";
314+
std::string m_codec;
315315
std::string m_colorspaceFilters = "";
316316
bool m_doVerticalFlip = true;
317317
int64_t m_bitrate = 30000000;

0 commit comments

Comments
 (0)