[x265] [Patch] Validate reconfigured params using encoder's configure

Kalyan Goswami kalyan at multicorewareinc.com
Mon Dec 31 07:32:32 CET 2018


If it is not a reconfigureParam - then why we need to configure it?

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


On Thu, Dec 27, 2018 at 5:32 PM Aruna Matheswaran <
aruna at multicorewareinc.com> wrote:

> # HG changeset patch
> # User Aruna Matheswaran <aruna at multicorewareinc.com>
> # Date 1545907588 -19800
> #      Thu Dec 27 16:16:28 2018 +0530
> # Node ID b5fc28ec5addfd2d35622ad838c91fba04247477
> # Parent  b14834a9d1c1864ea7e94d9cfed4e33f37e767c6
> Validate reconfigured params using encoder's configure
>
> diff -r b14834a9d1c1 -r b5fc28ec5add source/encoder/api.cpp
> --- a/source/encoder/api.cpp Mon Dec 17 12:15:47 2018 +0530
> +++ b/source/encoder/api.cpp Thu Dec 27 16:16:28 2018 +0530
> @@ -221,6 +221,7 @@
>      }
>      else
>      {
> +        encoder->configure(encoder->m_latestParam);
>          if (encoder->m_latestParam->scalingLists &&
> encoder->m_latestParam->scalingLists != encoder->m_param->scalingLists)
>          {
>              if (encoder->m_param->bRepeatHeaders)
>
> _______________________________________________
> 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/20181231/1b363b63/attachment.html>


More information about the x265-devel mailing list