Skip to content

Commit

Permalink
remove default codec
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnut committed Dec 29, 2024
1 parent e8b0cfd commit 73e3230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/render_settings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ enum class HardwareAccelerationType : int {
struct RenderSettings {
HardwareAccelerationType m_hardwareAccelerationType = HardwareAccelerationType::NONE;
PixelFormat m_pixelFormat = PixelFormat::RGB0;
std::string m_codec = "h264";
std::string m_codec;
std::string m_colorspaceFilters = "";
bool m_doVerticalFlip = true;
int64_t m_bitrate = 30000000;
Expand Down

0 comments on commit 73e3230

Please sign in to comment.