[x265] fix: emms issue

Satoshi Nakagawa nakagawa424 at oki.com
Thu Jun 12 08:52:10 CEST 2014


thanks for fixed point patch.

last one is still needed.


# HG changeset patch
# User Satoshi Nakagawa <nakagawa424 at oki.com>
# Date 1402555512 -32400
#      Thu Jun 12 15:45:12 2014 +0900
# Node ID 050a13cdb2ec481cf022faa27a46137684189e7d
# Parent  e8df9b57eb0966959b189f4e2b9b7d01972456e8
fix: emms issue

diff -r e8df9b57eb09 -r 050a13cdb2ec source/encoder/compress.cpp
--- a/source/encoder/compress.cpp	Wed Jun 11 21:35:54 2014 -0500
+++ b/source/encoder/compress.cpp	Thu Jun 12 15:45:12 2014 +0900
@@ -831,6 +831,8 @@
             xCopyYuv2Pic(pic, outBestCU->getAddr(), outBestCU->getZorderIdxInCU(), depth);
     }
 
+    x265_emms();
+
     if (!bInsidePicture) return;
 
     /* Assert if Best prediction mode is NONE


More information about the x265-devel mailing list