Hi!

in
https://bitbucket.org/multicoreware/x265_git/raw/fa2770934b8f3d88aa866c77f27cb63f69a9ed39/source/common/param.cpp

    CHECK(param->rc.bStrictCbr && (param->rc.bitrate <= 0 || 
param->rc.vbvBufferSize <=0),
          "Strict-cbr cannot be applied without specifying target bitrate or vbv 
bufsize");

it says "or" in the error message. but the check checks that BOTH bitrate AND 
vbvBufferSize need to be set.
so either the error message is wrong, or the CHECK is wrong.

i am not sure which one, but one needs to be changed i think.

        cheers,
        Zoff.
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to