Skip to content

Commit 70de2d3

Browse files
committed
Revert "remove: fast-intra"
This reverts commit 1fa451c.
1 parent 1fa451c commit 70de2d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

amalgamation/toxcore_amalgamation.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82734,7 +82734,7 @@ static void vc_init_encoder_h265(Logger *log, VCSession *vc, uint32_t bit_rate,
8273482734
x265_param_parse(param, "annexb", "1");
8273582735
// x265_param_parse(param, "input-res", "1920x1080");
8273682736
x265_param_parse(param, "input-csp", "i420");
82737-
//**33**// x265_param_parse(param, "fast-intra", "1");
82737+
x265_param_parse(param, "fast-intra", "1");
8273882738

8273982739
// x265_param_parse(param, "rd", "1");
8274082740
// x265_param_parse(param, "pools", "3");

toxav/codecs/h264/codec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1969,7 +1969,7 @@ static void vc_init_encoder_h265(Logger *log, VCSession *vc, uint32_t bit_rate,
19691969
x265_param_parse(param, "annexb", "1");
19701970
// x265_param_parse(param, "input-res", "1920x1080");
19711971
x265_param_parse(param, "input-csp", "i420");
1972-
//**33**// x265_param_parse(param, "fast-intra", "1");
1972+
x265_param_parse(param, "fast-intra", "1");
19731973

19741974
// x265_param_parse(param, "rd", "1");
19751975
// x265_param_parse(param, "pools", "3");

0 commit comments

Comments
 (0)