[x265] [Patch] Validate reconfigured params using encoder's configure
Aruna Matheswaran
aruna at multicorewareinc.com
Thu Dec 27 13:02:21 CET 2018
# 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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20181227/445c5704/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Validate reconfigured params using encoder's configure.patch
Type: application/octet-stream
Size: 760 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20181227/445c5704/attachment-0001.obj>
More information about the x265-devel
mailing list