# HG changeset patch
# User Aruna Matheswaran <[email protected]>
# 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)

Attachment: Validate reconfigured params using encoder's configure.patch
Description: Binary data

_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to