[x265] [PATCH STABLE] encoder: drop warnings about range extensions
Steve Borho
steve at borho.org
Sat Feb 7 17:36:49 CET 2015
# HG changeset patch
# User Steve Borho <steve at borho.org>
# Date 1423326843 21600
# Sat Feb 07 10:34:03 2015 -0600
# Node ID 9b680621b3d40202c43589b96d3444338b522999
# Parent 12e0b9339d362b95516545e1fd9dbe5e0d6e8f59
encoder: drop warnings about range extensions
These are now official, and our bitstreams are validated against HM 16.3
diff -r 12e0b9339d36 -r 9b680621b3d4 source/encoder/encoder.cpp
--- a/source/encoder/encoder.cpp Fri Feb 06 12:32:17 2015 -0600
+++ b/source/encoder/encoder.cpp Sat Feb 07 10:34:03 2015 -0600
@@ -1631,12 +1631,6 @@
if (p->totalFrames <= 2 * ((float)p->fpsNum) / p->fpsDenom && p->rc.bStrictCbr)
p->lookaheadDepth = p->totalFrames;
- if (p->internalCsp != X265_CSP_I420)
- {
- x265_log(p, X265_LOG_WARNING, "!! HEVC Range Extension specifications are not finalized !!\n");
- x265_log(p, X265_LOG_WARNING, "!! This output bitstream may not be compliant with the final spec !!\n");
- }
-
if (p->scalingLists && p->internalCsp == X265_CSP_I444)
{
x265_log(p, X265_LOG_WARNING, "Scaling lists are not yet supported for 4:4:4 color space\n");
More information about the x265-devel
mailing list