Mercurial > mplayer.hg
diff mplayer.c @ 2854:fd44ecf77f8d
move bug meg fileload bug fixed asszem.
author | pontscho |
---|---|
date | Mon, 12 Nov 2001 15:16:13 +0000 |
parents | 2f7f02fa1199 |
children | d6343a243515 |
line wrap: on
line diff
--- a/mplayer.c Mon Nov 12 14:00:25 2001 +0000 +++ b/mplayer.c Mon Nov 12 15:16:13 2001 +0000 @@ -1018,6 +1018,7 @@ moviewidth=screen_size_x=sh_video->disp_w; movieheight=screen_size_y=sh_video->disp_h; mplShMem->StreamType=stream->type; + mplSetFileName( filename ); } #endif @@ -1893,7 +1894,7 @@ video_out=NULL; audio_out=NULL; - + goto play_next_file; }