Commit 7689838a authored by astrange's avatar astrange

Remove duplicate emms.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14010 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ddf6d2ba
......@@ -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;
}
......
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