[x265] [PATCH] x265.h: fix C compatibility

Pradeep Ramachandran pradeep at multicorewareinc.com
Tue Jan 1 05:11:43 CET 2019


On Sat, Dec 29, 2018 at 12:06 PM Ma0 <mateuszb at poczta.onet.pl> wrote:

> # HG changeset patch
> # User Ma0 <mateuszb at poczta.onet.pl>
> # Date 1546064481 -3600
> #      Sat Dec 29 07:21:21 2018 +0100
> # Node ID 05f53dab52b45ec1da1220cc12b920516df93d52
> # Parent  bad4e598cac7cdd3df4623c68c91299c620471bd
> x265.h: fix C compatibility
>

Pushed to stable, and grafted to default as well. Thanks for the fix.


>
> diff -r bad4e598cac7 -r 05f53dab52b4 source/x265.h
> --- a/source/x265.h     Fri Dec 28 16:17:17 2018 +0530
> +++ b/source/x265.h     Sat Dec 29 07:21:21 2018 +0100
> @@ -670,7 +670,7 @@
>      int   bForceQp;             /* whether to use qp vs bitrate factor */
>      int   qp;
>      float bitrateFactor;
> -    x265_param* zoneParam;
> +    struct x265_param* zoneParam;
>  } x265_zone;
>
>  /* data to calculate aggregate VMAF score */
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20190101/1a8763ff/attachment.html>


More information about the x265-devel mailing list