[x265] [PATCH 1 of 3] info: add qg-size to info SEI

deepthi at multicorewareinc.com deepthi at multicorewareinc.com
Mon Aug 3 07:22:56 CEST 2015


# HG changeset patch
# User Deepthi Nandakumar <deepthi at multicorewareinc.com>
# Date 1438575201 -19800
#      Mon Aug 03 09:43:21 2015 +0530
# Node ID a271502d2ba8a9871eb54d307be6b10dc082566d
# Parent  7c83f7755422d2b98184b57a339f409712ce1f48
info: add qg-size to info SEI

diff -r 7c83f7755422 -r a271502d2ba8 source/common/param.cpp
--- a/source/common/param.cpp	Wed Jul 29 11:41:57 2015 +0530
+++ b/source/common/param.cpp	Mon Aug 03 09:43:21 2015 +0530
@@ -1431,6 +1431,7 @@
     BOOL(p->bEnableWeightedPred, "weightp");
     BOOL(p->bEnableWeightedBiPred, "weightb");
     s += sprintf(s, " aq-mode=%d", p->rc.aqMode);
+    s += sprintf(s, " qg-size=%d", p->rc.qgSize);
     s += sprintf(s, " aq-strength=%.2f", p->rc.aqStrength);
     s += sprintf(s, " cbqpoffs=%d", p->cbQpOffset);
     s += sprintf(s, " crqpoffs=%d", p->crQpOffset);


More information about the x265-devel mailing list