changeset 6844:e69615f1c309

vd_vfw.c
author arpi
date Tue, 30 Jul 2002 16:41:33 +0000
parents 72a8d1d91472
children 9acac87c7bfb
files libmpcodecs/vd_vfw.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vd_vfw.c	Tue Jul 30 16:40:42 2002 +0000
+++ b/libmpcodecs/vd_vfw.c	Tue Jul 30 16:41:33 2002 +0000
@@ -51,7 +51,6 @@
 
 // init driver
 static int init(sh_video_t *sh){
-    unsigned int out_fmt;
     if(!mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_YUY2)) return 0;
     if(!init_vfw_video_codec(sh,(sh->codec->driver==VFM_VFWEX))) return 0;
     mp_msg(MSGT_DECVIDEO,MSGL_V,"INFO: Win32 video codec init OK!\n");