Browse Source

Remove duplicate emms.

Originally committed as revision 14010 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Alexander Strange 17 years ago
parent
commit
39047aecac
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/mdec.c

+ 0
- 2
libavcodec/mdec.c View File

@@ -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