Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed Feb 16, 2024
1 parent 03100b0 commit d55f88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ impl EncState {
eprintln!("failed to open encoder in low_power mode ({}), trying non low_power mode. if you have an intel iGPU, set enable_guc=2 in the i915 module to use the fixed function encoder. pass --low-power=off to suppress this warning", e);
make_video_params(
args,
enc_pixfmt_av,
enc_pixfmt,
&codec,
(enc_w, enc_h),
refresh,
Expand Down

0 comments on commit d55f88d

Please sign in to comment.