comparison mplayer.c @ 4852:534e7b5aaadb

mem corruption bug fix.
author pontscho
date Sun, 24 Feb 2002 21:57:16 +0000
parents 9be4ac85dd35
children 7dfcfd1b9bf7
comparison
equal deleted inserted replaced
4851:f85d5a17d782 4852:534e7b5aaadb
1413 { 1413 {
1414 mplResizeToMovieSize( sh_video->disp_w,sh_video->disp_h ); 1414 mplResizeToMovieSize( sh_video->disp_w,sh_video->disp_h );
1415 guiIntfStruct.MovieWidth=sh_video->disp_w; 1415 guiIntfStruct.MovieWidth=sh_video->disp_w;
1416 guiIntfStruct.MovieHeight=sh_video->disp_h; 1416 guiIntfStruct.MovieHeight=sh_video->disp_h;
1417 guiIntfStruct.StreamType=stream->type; 1417 guiIntfStruct.StreamType=stream->type;
1418 guiIntfStruct.Filename=filename; 1418 guiSetFilename( guiIntfStruct.Filename,filename );
1419 } 1419 }
1420 #endif 1420 #endif
1421 1421
1422 mp_msg(MSGT_CPLAYER,MSGL_V,"video_out->init(%dx%d->%dx%d,flags=%d,'%s',0x%X)\n", 1422 mp_msg(MSGT_CPLAYER,MSGL_V,"video_out->init(%dx%d->%dx%d,flags=%d,'%s',0x%X)\n",
1423 sh_video->disp_w,sh_video->disp_h, 1423 sh_video->disp_w,sh_video->disp_h,