[x265] [PATCH] Update x265_copy_params()

Aruna Matheswaran aruna at multicorewareinc.com
Wed Jul 24 15:43:04 CEST 2019


# HG changeset patch
# User Aruna_Matheswaran <aruna at multicorewareinc>
# Date 1563974798 -19800
#      Wed Jul 24 18:56:38 2019 +0530
# Node ID 5912fc7e390e6177944a4ad68760b1f98d9c48db
# Parent  21db162c8622677c41a4fc77a14a59eb7326b46a
Update x265_copy_params()

diff -r 21db162c8622 -r 5912fc7e390e source/common/param.cpp
--- a/source/common/param.cpp Fri Jul 12 16:22:24 2019 +0530
+++ b/source/common/param.cpp Wed Jul 24 18:56:38 2019 +0530
@@ -2410,7 +2410,7 @@
     dst->bLowPassDct = src->bLowPassDct;
     dst->vbvBufferEnd = src->vbvBufferEnd;
     dst->vbvEndFrameAdjust = src->vbvEndFrameAdjust;
-
+    dst->bAnalysisType = src->bAnalysisType;
     dst->bCopyPicToFrame = src->bCopyPicToFrame;
     if (src->analysisSave) dst->analysisSave=strdup(src->analysisSave);
     else dst->analysisSave = NULL;

-- 
Regards,
Aruna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20190724/6ce8ce13/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x265.patch
Type: application/octet-stream
Size: 815 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20190724/6ce8ce13/attachment.obj>


More information about the x265-devel mailing list