X-Git-Url: https://git.piment-noir.org/?p=deb_x265.git;a=blobdiff_plain;f=debian%2Fpatches%2Fmake_it_clear_that_--fast-cbf_is_innefective_at_lower_rd_levels.patch;fp=debian%2Fpatches%2Fmake_it_clear_that_--fast-cbf_is_innefective_at_lower_rd_levels.patch;h=0000000000000000000000000000000000000000;hp=d1ee9cb5fdf9b2e543152dd23451332a7b15aae5;hb=e2e7a0aa019812e0b1f7db9f9558f80939628fb7;hpb=5c9b45285dd64723ad1dac380b98a7b1f3095674 diff --git a/debian/patches/make_it_clear_that_--fast-cbf_is_innefective_at_lower_rd_levels.patch b/debian/patches/make_it_clear_that_--fast-cbf_is_innefective_at_lower_rd_levels.patch deleted file mode 100644 index d1ee9cb..0000000 --- a/debian/patches/make_it_clear_that_--fast-cbf_is_innefective_at_lower_rd_levels.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/source/encoder/encoder.cpp -+++ b/source/encoder/encoder.cpp -@@ -1330,6 +1330,12 @@ - p->bBPyramid = 0; - - /* Disable features which are not supported by the current RD level */ -+ if (p->rdLevel < 5) -+ { -+ if (p->bEnableCbfFastMode) /* impossible */ -+ x265_log(p, X265_LOG_WARNING, "--fast-cbf disabled, requires --rdlevel 5 or higher\n"); -+ p->bEnableCbfFastMode = 0; -+ } - if (p->rdLevel < 4) - { - if (p->psyRdoq > 0) /* impossible */