[x264-devel] commit: Add missing emms for dump-yuv (Jason Garrett-Glaser )
git at videolan.org
git at videolan.org
Tue Sep 28 04:56:01 CEST 2010
x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Mon Sep 27 05:39:13 2010 -0700| [9a09a322f9ecfbf69a6d2da1214b6fc69449e011] | committer: Jason Garrett-Glaser
Add missing emms for dump-yuv
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=9a09a322f9ecfbf69a6d2da1214b6fc69449e011
---
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