Skip to content

Commit

Permalink
remove: fast-intra
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Dec 15, 2024
1 parent 8df1ad0 commit 1fa451c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amalgamation/toxcore_amalgamation.c
Original file line number Diff line number Diff line change
Expand Up @@ -82734,7 +82734,7 @@ static void vc_init_encoder_h265(Logger *log, VCSession *vc, uint32_t bit_rate,
x265_param_parse(param, "annexb", "1");
// x265_param_parse(param, "input-res", "1920x1080");
x265_param_parse(param, "input-csp", "i420");
x265_param_parse(param, "fast-intra", "1");
//**33**// x265_param_parse(param, "fast-intra", "1");

// x265_param_parse(param, "rd", "1");
// x265_param_parse(param, "pools", "3");
Expand Down
2 changes: 1 addition & 1 deletion toxav/codecs/h264/codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1969,7 +1969,7 @@ static void vc_init_encoder_h265(Logger *log, VCSession *vc, uint32_t bit_rate,
x265_param_parse(param, "annexb", "1");
// x265_param_parse(param, "input-res", "1920x1080");
x265_param_parse(param, "input-csp", "i420");
x265_param_parse(param, "fast-intra", "1");
//**33**// x265_param_parse(param, "fast-intra", "1");

// x265_param_parse(param, "rd", "1");
// x265_param_parse(param, "pools", "3");
Expand Down

0 comments on commit 1fa451c

Please sign in to comment.