comparison gui/ui/actions.c @ 33646:f3300b0c38a9

Rename guiInterface_t member AudioType AudioChannels. Additionally, simplify code in mplayer.c.
author ib
date Mon, 27 Jun 2011 10:02:04 +0000
parents 1f9a31d4f114
children 987e79f466f7
comparison
equal deleted inserted replaced
33645:4c3bee76ef3b 33646:f3300b0c38a9
111 if (guiInfo.FilenameChanged || guiInfo.NewPlay) 111 if (guiInfo.FilenameChanged || guiInfo.NewPlay)
112 return; 112 return;
113 113
114 guiInfo.TimeSec = 0; 114 guiInfo.TimeSec = 0;
115 guiInfo.Position = 0; 115 guiInfo.Position = 0;
116 guiInfo.AudioType = 0; 116 guiInfo.AudioChannels = 0;
117 guiInfo.NoWindow = False; 117 guiInfo.NoWindow = False;
118 118
119 #ifdef CONFIG_DVDREAD 119 #ifdef CONFIG_DVDREAD
120 guiInfo.DVD.current_title = 1; 120 guiInfo.DVD.current_title = 1;
121 guiInfo.DVD.current_chapter = 1; 121 guiInfo.DVD.current_chapter = 1;