[FFmpeg-cvslog] cljr: drop unnecessary emms_c() calls without MMX code

Diego Biurrun git at videolan.org
Fri Dec 9 00:18:56 CET 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Dec  8 15:38:49 2011 +0100| [163682fab3a668ae3e23cbbef1dc02f3e7c3f0f8] | committer: Diego Biurrun

cljr: drop unnecessary emms_c() calls without MMX code

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=163682fab3a668ae3e23cbbef1dc02f3e7c3f0f8
---

 libavcodec/cljr.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/libavcodec/cljr.c b/libavcodec/cljr.c
index 6071807..bc70d1b 100644
--- a/libavcodec/cljr.c
+++ b/libavcodec/cljr.c
@@ -92,8 +92,6 @@ static int decode_frame(AVCodecContext *avctx,
     *picture = a->picture;
     *data_size = sizeof(AVPicture);
 
-    emms_c();
-
     return buf_size;
 }
 
@@ -153,8 +151,6 @@ static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size,
 
     flush_put_bits(&pb);
 
-    emms_c();
-
     return put_bits_count(&pb) / 8;
 }
 



More information about the ffmpeg-cvslog mailing list