[x265] [x265 Patch] Fix: MinGW\GCC 9.2 Warnings In Histogram Based Scene Cut Detection
Aruna Matheswaran
aruna at multicorewareinc.com
Sun Dec 1 17:28:46 CET 2019
Pushed to default branch.
On Fri, Nov 29, 2019 at 1:23 PM Srikanth Kurapati <
srikanth.kurapati at multicorewareinc.com> wrote:
> # HG changeset patch
> # User Srikanth Kurapati
> # Date 1574946473 -19800
> # Thu Nov 28 18:37:53 2019 +0530
> # Node ID 47e02b577ac17e29a9d0c4c33efe46cc79d0bf66
> # Parent 4a29e0c5bfaf30aaed2c5224bcba1f464d68de83
> Fix: gcc 9.2 warnings in encoder.cpp
>
> diff -r 4a29e0c5bfaf -r 47e02b577ac1 source/encoder/encoder.cpp
> --- a/source/encoder/encoder.cpp Fri Nov 08 15:30:50 2019 +0530
> +++ b/source/encoder/encoder.cpp Thu Nov 28 18:37:53 2019 +0530
> @@ -878,8 +878,10 @@
>
> if (m_param->bHistBasedSceneCut)
> {
> - if(m_edgePic != NULL)
> - X265_FREE_ZERO(m_edgePic);
> + if (m_edgePic != NULL)
> + {
> + X265_FREE_ZERO(m_edgePic);
> + }
> }
>
> for (int i = 0; i < m_param->frameNumThreads; i++)
>
> --
> *With Regards,*
> *Srikanth Kurapati.*
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>
--
Regards,
*Aruna Matheswaran,*
Video Codec Engineer,
Media & AI analytics BU,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20191201/f47e4342/attachment.html>
More information about the x265-devel
mailing list