[MPlayer-cvslog] r37063 - trunk/gui/ui/actions.c
ib
subversion at mplayerhq.hu
Tue Mar 25 13:27:17 CET 2014
Author: ib
Date: Tue Mar 25 13:27:17 2014
New Revision: 37063
Log:
Cosmetic: Adjust indent.
Modified:
trunk/gui/ui/actions.c
Modified: trunk/gui/ui/actions.c
==============================================================================
--- trunk/gui/ui/actions.c Tue Mar 25 13:25:09 2014 (r37062)
+++ trunk/gui/ui/actions.c Tue Mar 25 13:27:17 2014 (r37063)
@@ -704,11 +704,11 @@ void uiUnsetFile(void)
*/
void uiUnsetMedia(int totals)
{
- guiInfo.VideoWidth = 0;
- guiInfo.VideoHeight = 0;
- guiInfo.AudioChannels = 0;
+ guiInfo.VideoWidth = 0;
+ guiInfo.VideoHeight = 0;
+ guiInfo.AudioChannels = 0;
guiInfo.AudioPassthrough = False;
- guiInfo.RunningTime = 0;
+ guiInfo.RunningTime = 0;
if (totals) {
guiInfo.Chapters = 0;
More information about the MPlayer-cvslog
mailing list