1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-04 09:37:53 +02:00

(commit by michael)

emms

Originally committed as revision 267 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2002-01-15 05:02:26 +00:00
parent 3d9fccbf0f
commit 5975626d6f

View File

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