comparison Gui/mplayer/play.c @ 6857:397e7a1860f9

upsz 2
author pontscho
date Wed, 31 Jul 2002 13:26:46 +0000
parents 77980ab4e296
children c2d4100c964e
comparison
equal deleted inserted replaced
6856:23221df30608 6857:397e7a1860f9
95 { 95 {
96 plLastPlayed=next; 96 plLastPlayed=next;
97 guiSetDF( guiIntfStruct.Filename,next->path,next->name ); 97 guiSetDF( guiIntfStruct.Filename,next->path,next->name );
98 guiIntfStruct.StreamType=STREAMTYPE_FILE; 98 guiIntfStruct.StreamType=STREAMTYPE_FILE;
99 guiIntfStruct.FilenameChanged=1; 99 guiIntfStruct.FilenameChanged=1;
100 if ( guiIntfStruct.AudioFile ) free( guiIntfStruct.AudioFile ); 100 gfree( (void **)&guiIntfStruct.AudioFile );
101 guiIntfStruct.AudioFile=NULL; 101 gfree( (void **)&guiIntfStruct.Subtitlename );
102 } 102 }
103 else 103 else
104 { 104 {
105 guiIntfStruct.TimeSec=0; 105 guiIntfStruct.TimeSec=0;
106 guiIntfStruct.Position=0; 106 guiIntfStruct.Position=0;