(commit by michael)

emms

Originally committed as revision 267 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 23 years ago
parent 3d9fccbf0f
commit 5975626d6f
  1. 1
      libavcodec/mpegvideo.c

@ -430,6 +430,7 @@ void MPV_frame_end(MpegEncContext *s)
draw_edges(s->current_picture[2], s->linesize/2, s->width/2, s->height/2, EDGE_WIDTH/2);
}
}
emms_c();
}
int MPV_encode_picture(AVCodecContext *avctx,

Loading…
Cancel
Save