Commit 39047aec authored by Alexander Strange's avatar Alexander Strange

Remove duplicate emms.

Originally committed as revision 14010 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8b9bda1c
...@@ -203,8 +203,6 @@ static int decode_frame(AVCodecContext *avctx, ...@@ -203,8 +203,6 @@ static int decode_frame(AVCodecContext *avctx,
*picture= *(AVFrame*)&a->picture; *picture= *(AVFrame*)&a->picture;
*data_size = sizeof(AVPicture); *data_size = sizeof(AVPicture);
emms_c();
return (get_bits_count(&a->gb)+31)/32*4; return (get_bits_count(&a->gb)+31)/32*4;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment