comparison libvo/mga_common.c @ 1637:248972c26eee

fixed mga uninit
author arpi
date Wed, 22 Aug 2001 21:34:27 +0000
parents 0375ced94bd7
children a8145a712f25
comparison
equal deleted inserted replaced
1636:3c33deb3e561 1637:248972c26eee
209 209
210 return 0; 210 return 0;
211 211
212 } 212 }
213 213
214 static int mga_uninit(){
215 ioctl( f,MGA_VID_OFF,0 );
216 munmap(frames[0],mga_vid_config.frame_size*mga_vid_config.num_frames);
217 close(f);
218 }