Browse Source

10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in caller (mplayer)

Originally committed as revision 1011 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Arpi 23 years ago
parent
commit
9e39878252
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavcodec/dv.c

+ 3
- 0
libavcodec/dv.c View File

@@ -564,6 +564,8 @@ static int dvvideo_decode_frame(AVCodecContext *avctx,
}
}

emms_c();

/* return image */
avctx->width = width;
avctx->height = height;
@@ -581,6 +583,7 @@ static int dvvideo_decode_frame(AVCodecContext *avctx,
picture->data[i] = s->current_picture[i];
picture->linesize[i] = s->linesize[i];
}

return buf_size;
}



Loading…
Cancel
Save