[x264-devel] commit: Add missing emms for dump-yuv (Jason Garrett-Glaser )

git at videolan.org git at videolan.org
Tue Sep 28 15:38:21 CEST 2010


x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Mon Sep 27 05:39:13 2010 -0700| [4e3bf80ebe3c74770f0b1f5766133622b0cc66c2] | committer: Jason Garrett-Glaser 

Add missing emms for dump-yuv

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=4e3bf80ebe3c74770f0b1f5766133622b0cc66c2
---

 encoder/encoder.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/encoder/encoder.c b/encoder/encoder.c
index 3570776..6b4e80b 100644
--- a/encoder/encoder.c
+++ b/encoder/encoder.c
@@ -2935,6 +2935,7 @@ static int x264_encoder_frame_end( x264_t *h, x264_t *thread_current,
 
     if( h->param.psz_dump_yuv )
         x264_frame_dump( h );
+    x264_emms();
 
     return frame_size;
 }



More information about the x264-devel mailing list