Browse Source

cljr: drop unnecessary emms_c() calls without MMX code

tags/n0.9
Diego Biurrun 14 years ago
parent
commit
163682fab3
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      libavcodec/cljr.c

+ 0
- 4
libavcodec/cljr.c View File

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


flush_put_bits(&pb); flush_put_bits(&pb);


emms_c();

return put_bits_count(&pb) / 8; return put_bits_count(&pb) / 8;
} }




Loading…
Cancel
Save