[x265] [PATCH]Dolby Vision: Fix multilib build error

Kalyan Goswami kalyan at multicorewareinc.com
Fri Dec 28 11:46:40 CET 2018


Thanks for the fix. It is pushed to the default branch.

Thanks,
Kalyan Goswami, PhD
Video Architect @ MulticoreWare
http: <http://www.multicorewareinc.com/>//www.multicorewareinc.com
<http://www.multicorewareinc.com/>
+91 9884989331


On Fri, Dec 28, 2018 at 4:13 PM Kirithika Kalirathnam <
kirithika at multicorewareinc.com> wrote:

> # HG changeset patch
> # User kirithika <kirithika at multicorewareinc.com>
> # Date 1545988505 -19800
> #      Fri Dec 28 14:45:05 2018 +0530
> # Node ID c320409d9c56b64fd18628c3e9420e41501b37b8
> # Parent  4d7582f7968774e0863e488f83fa67fbcbe51d2e
> Dolby Vision: Fix multilib build error
> Moved the global variable inside the x265_NS
>
> diff -r 4d7582f79687 -r c320409d9c56 source/encoder/encoder.cpp
> --- a/source/encoder/encoder.cpp Fri Dec 28 14:06:47 2018 +0530
> +++ b/source/encoder/encoder.cpp Fri Dec 28 14:45:05 2018 +0530
> @@ -48,7 +48,6 @@
>
>  namespace X265_NS {
>  const char g_sliceTypeToChar[] = {'B', 'P', 'I'};
> -}
>
>  /* Dolby Vision profile specific settings */
>  typedef struct
> @@ -75,6 +74,8 @@
>      { 1, 1, 1, 1, 1, 5, 0, 16, 9, 9, 81 },
>      { 1, 1, 1, 1, 1, 5, 0,  1, 1, 1, 82 }
>  };
> +}
> +
>  /* Threshold for motion vection, based on expermental result.
>   * TODO: come up an algorithm for adoptive threshold */
>  #define MVTHRESHOLD (10*10)
>
> _______________________________________________
> 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/20181228/4b902265/attachment-0001.html>


More information about the x265-devel mailing list