# HG changeset patch # User alex # Date 1017667598 0 # Node ID b716977c47d9e47d65be386de1530c55c342f7d1 # Parent f8daaed4f54f309a07a06a89029bd3d4b5d96867 added vfw uninit diff -r f8daaed4f54f -r b716977c47d9 libmpcodecs/vd_vfw.c --- a/libmpcodecs/vd_vfw.c Mon Apr 01 13:26:03 2002 +0000 +++ b/libmpcodecs/vd_vfw.c Mon Apr 01 13:26:38 2002 +0000 @@ -60,7 +60,7 @@ // 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);