From 57c7eef3603855a204328680916ffc5557229056 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 1 Apr 2002 13:26:38 +0000 Subject: [PATCH] added vfw uninit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5452 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vd_vfw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpcodecs/vd_vfw.c b/libmpcodecs/vd_vfw.c index 396cf4e084..ce752b4a42 100644 --- a/libmpcodecs/vd_vfw.c +++ b/libmpcodecs/vd_vfw.c @@ -60,7 +60,7 @@ static int init(sh_video_t *sh){ // uninit driver static void uninit(sh_video_t *sh){ - + vfw_close_video_codec(sh, (sh->codec->driver==VFM_VFWEX)); } //mp_image_t* mpcodecs_get_image(sh_video_t *sh, int mp_imgtype, int mp_imgflag, int w, int h);