comparison gui/interface.h @ 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 79743a5cf4f0
children ede9413501da
comparison
equal deleted inserted replaced
33645:4c3bee76ef3b 33646:f3300b0c38a9
176 176
177 float Volume; 177 float Volume;
178 float Balance; 178 float Balance;
179 179
180 int Track; 180 int Track;
181 int AudioType; 181 int AudioChannels;
182 int StreamType; 182 int StreamType;
183 int AudioOnly; 183 int AudioOnly;
184 int TimeSec; 184 int TimeSec;
185 int LengthInSec; 185 int LengthInSec;
186 int FrameDrop; 186 int FrameDrop;