projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cljr: drop unnecessary emms_c() calls without MMX code
[libav.git]
/
libavcodec
/
cljr.c
diff --git
a/libavcodec/cljr.c
b/libavcodec/cljr.c
index
6071807
..
bc70d1b
100644
(file)
--- 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;
}