comparison libmpcodecs/vd_vfw.c @ 8123:9fc45fe0d444

*HUGE* set of compiler warning fixes, unused variables removal based on patch by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Wed, 06 Nov 2002 23:54:29 +0000
parents b9da278e4c92
children 6a7adf41e4fe
comparison
equal deleted inserted replaced
8122:272b1fda7287 8123:9fc45fe0d444
136 #endif 136 #endif
137 } 137 }
138 return CONTROL_UNKNOWN; 138 return CONTROL_UNKNOWN;
139 } 139 }
140 140
141 extern void print_video_header(BITMAPINFOHEADER *h);
142
141 // init driver 143 // init driver
142 static int init(sh_video_t *sh){ 144 static int init(sh_video_t *sh){
143 HRESULT ret; 145 HRESULT ret;
144 // unsigned int outfmt=sh->codec->outfmt[sh->outfmtidx]; 146 // unsigned int outfmt=sh->codec->outfmt[sh->outfmtidx];
145 int i, o_bih_len; 147 int i, o_bih_len;