Commit 163682fa authored by Diego Biurrun's avatar Diego Biurrun

cljr: drop unnecessary emms_c() calls without MMX code

parent bbc10185
...@@ -92,8 +92,6 @@ static int decode_frame(AVCodecContext *avctx, ...@@ -92,8 +92,6 @@ static int decode_frame(AVCodecContext *avctx,
*picture = a->picture; *picture = a->picture;
*data_size = sizeof(AVPicture); *data_size = sizeof(AVPicture);
emms_c();
return buf_size; return buf_size;
} }
...@@ -153,8 +151,6 @@ static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size, ...@@ -153,8 +151,6 @@ static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size,
flush_put_bits(&pb); flush_put_bits(&pb);
emms_c();
return put_bits_count(&pb) / 8; return put_bits_count(&pb) / 8;
} }
......
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