summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-24 21:57:16 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-24 21:57:16 +0000
commit54ae2281a6805ad8660512a2586e352d90316efe (patch)
tree117ef90e351af76fceffd6d947d16e2539d33e80 /mplayer.c
parent367e5bd0b8c0eb9504d9a11a0bfabd90e2a4cdfa (diff)
downloadmpv-54ae2281a6805ad8660512a2586e352d90316efe.tar.bz2
mpv-54ae2281a6805ad8660512a2586e352d90316efe.tar.xz
mem corruption bug fix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4853 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 5346668300..37bb42f249 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -1415,7 +1415,7 @@ current_module="init_libvo";
guiIntfStruct.MovieWidth=sh_video->disp_w;
guiIntfStruct.MovieHeight=sh_video->disp_h;
guiIntfStruct.StreamType=stream->type;
- guiIntfStruct.Filename=filename;
+ guiSetFilename( guiIntfStruct.Filename,filename );
}
#endif