[x265] [PATCH 2 of 2] lowres: no reason to disable aqMode
deepthi at multicorewareinc.com
deepthi at multicorewareinc.com
Fri Feb 21 12:23:30 CET 2014
# HG changeset patch
# User Deepthi Nandakumar <deepthi at multicorewareinc.com>
# Date 1392976339 -19800
# Node ID 2059a15a94438f6c89cbc93f0500b28631f5c79f
# Parent 3275142274c8e424c9a9a57dbc2c70b0707ea996
lowres: no reason to disable aqMode.
If there is a memory alloc failure, the encoder will abort.
diff -r 3275142274c8 -r 2059a15a9443 source/common/lowres.cpp
--- a/source/common/lowres.cpp Fri Feb 21 15:21:06 2014 +0530
+++ b/source/common/lowres.cpp Fri Feb 21 15:22:19 2014 +0530
@@ -89,7 +89,6 @@
return true;
fail:
- *aqMode = 0;
return false;
}
More information about the x265-devel
mailing list