[x265] [PATCH] A minor fix to computeRPS integration
shazeb at multicorewareinc.com
shazeb at multicorewareinc.com
Tue Aug 27 11:22:58 CEST 2013
# HG changeset patch
# User Shazeb Nawaz Khan
# Date 1377595358 -19800
# Tue Aug 27 14:52:38 2013 +0530
# Node ID 8d26028f32cc9a2e5f09882368370689e1f317a0
# Parent bf72e539f3d8e25ff7fe1bc176ea1516c60a73d3
A minor fix to computeRPS integration
diff -r bf72e539f3d8 -r 8d26028f32cc source/encoder/dpb.cpp
--- a/source/encoder/dpb.cpp Tue Aug 27 14:33:34 2013 +0530
+++ b/source/encoder/dpb.cpp Tue Aug 27 14:52:38 2013 +0530
@@ -108,7 +108,7 @@
// Do decoding refresh marking if any
slice->decodingRefreshMarking(m_pocCRA, m_bRefreshPending, m_picList);
- computeRPS(pocCurr, slice->isIRAP(), slice->getLocalRPS(), /*slice->getSPS()->getMaxDecPicBuffering(0)*/ 1);
+ computeRPS(pocCurr, slice->isIRAP(), slice->getLocalRPS(), slice->getSPS()->getMaxDecPicBuffering(0));
slice->setRPS(slice->getLocalRPS());
slice->setRPSidx(-1); // To force using RPS from slice, rather than from SPS
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x265.patch
Type: text/x-patch
Size: 951 bytes
Desc: not available
URL: <https://mailman.videolan.org/private/x265-devel/attachments/20130827/9ba3c1b4/attachment.bin>
More information about the x265-devel
mailing list