comparison gui/interface.c @ 33898:67790ce1185e

Provide track information for playlists. The documentation says so.
author ib
date Fri, 12 Aug 2011 16:31:18 +0000
parents e0d211c62cf7
children e3036c93f08f
comparison
equal deleted inserted replaced
33897:e0d211c62cf7 33898:67790ce1185e
788 setddup(&guiInfo.Filename, next->path, next->name); 788 setddup(&guiInfo.Filename, next->path, next->name);
789 guiInfo.StreamType = STREAMTYPE_FILE; 789 guiInfo.StreamType = STREAMTYPE_FILE;
790 guiInfo.NewPlay = GUI_FILE_NEW; 790 guiInfo.NewPlay = GUI_FILE_NEW;
791 nfree(guiInfo.AudioFilename); 791 nfree(guiInfo.AudioFilename);
792 nfree(guiInfo.SubtitleFilename); 792 nfree(guiInfo.SubtitleFilename);
793 guiInfo.Track++;
793 } else { 794 } else {
794 if (guiInfo.NewPlay == GUI_FILE_NEW) 795 if (guiInfo.NewPlay == GUI_FILE_NEW)
795 break; 796 break;
796 797
797 guiInfo.ElapsedTime = 0; 798 guiInfo.ElapsedTime = 0;