Remove duplicate emms.

Originally committed as revision 14010 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Alexander Strange 17 years ago
parent 8b9bda1c37
commit 39047aecac
  1. 2
      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;
}

Loading…
Cancel
Save