summaryrefslogtreecommitdiff
path: root/libavcodec/mdec.c
diff options
context:
space:
mode:
authorAlexander Strange <astrange@ithinksw.com>2008-06-27 18:52:02 +0000
committerAlexander Strange <astrange@ithinksw.com>2008-06-27 18:52:02 +0000
commit39047aecaca75ce236dfd27735726868a67c9224 (patch)
tree9622dd2a70842fcd696e8a1543e268ca08b27cdb /libavcodec/mdec.c
parent8b9bda1c37216d21590b097d2ba9d5d7d806a981 (diff)
Remove duplicate emms.
Originally committed as revision 14010 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mdec.c')
-rw-r--r--libavcodec/mdec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mdec.c b/libavcodec/mdec.c
index 6fd91441a8..ea6922d447 100644
--- a/libavcodec/mdec.c
+++ b/libavcodec/mdec.c
@@ -203,8 +203,6 @@ static int decode_frame(AVCodecContext *avctx,
*picture= *(AVFrame*)&a->picture;
*data_size = sizeof(AVPicture);
- emms_c();
-
return (get_bits_count(&a->gb)+31)/32*4;
}