[x265] [PATCH] added support for Dolby Vision profile 5
Vittorio Giovara
vittorio.giovara at gmail.com
Thu Dec 13 04:42:56 CET 2018
On Wed, Dec 12, 2018 at 6:18 AM Kalyan Goswami <kalyan at multicorewareinc.com>
wrote:
> pushed
>
Hi, you pushed the wrong version with
+ CHECK((param->rc.vbvMaxBitrate < 0 && param->rc.vbvBufferSize <
0), "Dolby Vision requires VBV settings to enable HRD.\n");
Aruna said the right way was with `(param->rc.vbvMaxBitrate <=0 ||
param->rc.vbvBufferSize <= 0)`.
--
Vittorio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20181212/1e92eb83/attachment.html>
More information about the x265-devel
mailing list