Mercurial > libavcodec.hg
changeset 734:2d6b3e3d6c6f libavcodec
10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in caller (mplayer)
author | arpi_esp |
---|---|
date | Mon, 07 Oct 2002 23:08:42 +0000 |
parents | 7da52fc20726 |
children | b4bf95260ffe |
files | dv.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/dv.c Mon Oct 07 21:28:33 2002 +0000 +++ b/dv.c Mon Oct 07 23:08:42 2002 +0000 @@ -564,6 +564,8 @@ } } + emms_c(); + /* return image */ avctx->width = width; avctx->height = height; @@ -581,6 +583,7 @@ picture->data[i] = s->current_picture[i]; picture->linesize[i] = s->linesize[i]; } + return buf_size; }