Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Apr 4, 2024
1 parent 65c652e commit 75a193f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ustreamer/encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ void us_encoder_open(us_encoder_s *enc, us_capture_s *cap) {
}

if (type == US_ENCODER_TYPE_HW) {
if (us_is_jpeg(cr->format) {
if (us_is_jpeg(cr->format)) {
quality = cr->jpeg_quality;
n_workers = 1;
} else {
Expand Down

0 comments on commit 75a193f

Please sign in to comment.