Mercurial > mplayer.hg
changeset 4447:87447fe383a1
change init to config in vo_mga like in the other vo_ modules -- fixes crash caused by the changeover
author | rfelker |
---|---|
date | Fri, 01 Feb 2002 02:43:01 +0000 |
parents | d2808c58e633 |
children | ab4ec4b99531 |
files | libvo/vo_mga.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_mga.c Fri Feb 01 01:54:38 2002 +0000 +++ b/libvo/vo_mga.c Fri Feb 01 02:43:01 2002 +0000 @@ -55,7 +55,7 @@ #include "mga_common.c" static uint32_t -init(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t fullscreen, char *title, uint32_t format,const vo_tune_info_t *info) +config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t fullscreen, char *title, uint32_t format,const vo_tune_info_t *info) { char *devname=vo_subdevice?vo_subdevice:"/dev/mga_vid";