Skip to content

Commit

Permalink
remove unneccessary keys from config::to_json
Browse files Browse the repository at this point in the history
(the formatting in ffmpeg_override broke the render command)
  • Loading branch information
f0e committed Oct 20, 2023
1 parent a89e322 commit 13e740f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ nlohmann::json s_blur_settings::to_json() {
j["gpu_interpolation"] = this->gpu_interpolation;
j["gpu_rendering"] = this->gpu_rendering;
j["gpu_type"] = this->gpu_type;
j["video_container"] = this->video_container;
j["ffmpeg_override"] = this->ffmpeg_override;
j["debug"] = this->debug;
// j["video_container"] = this->video_container;
// j["ffmpeg_override"] = this->ffmpeg_override;
// j["debug"] = this->debug;

j["blur_weighting_gaussian_std_dev"] = this->blur_weighting_gaussian_std_dev;
j["blur_weighting_triangle_reverse"] = this->blur_weighting_triangle_reverse;
Expand Down

0 comments on commit 13e740f

Please sign in to comment.