diff options
author | Alexander Strange <astrange@ithinksw.com> | 2008-06-27 18:52:02 +0000 |
---|---|---|
committer | Alexander Strange <astrange@ithinksw.com> | 2008-06-27 18:52:02 +0000 |
commit | 39047aecaca75ce236dfd27735726868a67c9224 (patch) | |
tree | 9622dd2a70842fcd696e8a1543e268ca08b27cdb /libavcodec/mdec.c | |
parent | 8b9bda1c37216d21590b097d2ba9d5d7d806a981 (diff) | |
download | ffmpeg-39047aecaca75ce236dfd27735726868a67c9224.tar.gz |
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.c | 2 |
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; } |