comparison gui/win32/interface.c @ 33897:e0d211c62cf7

Cosmetic: Rename some guiInfo members. Rename TimeSec ElapsedTime and LengthInSec RunningTime for clarity. Rename AudioFile AudioFilename and Subtitlename SubtitleFilename for consistency.
author ib
date Fri, 12 Aug 2011 15:25:30 +0000
parents b2e63fe7fe17
children d4f80f889106
comparison
equal deleted inserted replaced
33896:89157330d7da 33897:e0d211c62cf7
339 setdup(&guiInfo.Filename, name); 339 setdup(&guiInfo.Filename, name);
340 else 340 else
341 setddup(&guiInfo.Filename, dir, name); 341 setddup(&guiInfo.Filename, dir, name);
342 342
343 guiInfo.StreamType = type; 343 guiInfo.StreamType = type;
344 nfree(guiInfo.AudioFile); 344 nfree(guiInfo.AudioFilename);
345 nfree(guiInfo.Subtitlename); 345 nfree(guiInfo.SubtitleFilename);
346 } 346 }
347 347
348 void uiFullScreen( void ) 348 void uiFullScreen( void )
349 { 349 {
350 if(!guiInfo.sh_video) return; 350 if(!guiInfo.sh_video) return;
662 } 662 }
663 663
664 if(guiInfo.NewPlay == GUI_FILE_NEW) 664 if(guiInfo.NewPlay == GUI_FILE_NEW)
665 break; 665 break;
666 666
667 guiInfo.TimeSec = 0; 667 guiInfo.ElapsedTime = 0;
668 guiInfo.Position = 0; 668 guiInfo.Position = 0;
669 guiInfo.AudioChannels = 0; 669 guiInfo.AudioChannels = 0;
670 670
671 #ifdef CONFIG_DVDREAD 671 #ifdef CONFIG_DVDREAD
672 guiInfo.Track = 1; 672 guiInfo.Track = 1;