Skip to content

Commit

Permalink
Merge commit '03cd6e79e0f2f7b64b0192ff0360c51808e02cb1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Aug 11, 2019
2 parents a8fe074 + 03cd6e7 commit f437a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .hgtags
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ bad4e598cac7cdd3df4623c68c91299c620471bd 3.0-rc
113518629fa54ffb491dd479e15c1f00dd39d376 3.1_RC1
b4e38ce16d7c4b37a6482dc7ae61fd31071b6ff1 3.1_RC2
acce27790559b68f93319cd21b588f90aa93c0b1 3.1
6f7c2ae0d5bd46506b7a772abebd7eff3fa3bbcb 3.1.1
2 changes: 1 addition & 1 deletion source/common/param.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2372,7 +2372,7 @@ void x265_copy_params(x265_param* dst, x265_param* src)
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;
Expand Down

0 comments on commit f437a96

Please sign in to comment.