Skip to content

Commit

Permalink
WIP: 008
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Mar 16, 2024
1 parent d225f84 commit 92d82da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion amalgamation/toxcore_amalgamation.c
Original file line number Diff line number Diff line change
Expand Up @@ -82681,7 +82681,6 @@ int vc_reconfigure_encoder_h265(Logger *log, VCSession *vc, uint32_t bit_rate,
return 0;
}

printf("%d %d %d %d\n", vc->h265_enc_width, width, vc->h265_enc_height, height);
if ((vc->h265_enc_width == width) &&
(vc->h265_enc_height == height) &&
(vc->h264_enc_bitrate != bit_rate))
Expand Down
1 change: 0 additions & 1 deletion toxav/codecs/h264/codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -2100,7 +2100,6 @@ int vc_reconfigure_encoder_h265(Logger *log, VCSession *vc, uint32_t bit_rate,
return 0;
}

printf("%d %d %d %d\n", vc->h265_enc_width, width, vc->h265_enc_height, height);
if ((vc->h265_enc_width == width) &&
(vc->h265_enc_height == height) &&
(vc->h264_enc_bitrate != bit_rate))
Expand Down

0 comments on commit 92d82da

Please sign in to comment.