[MPlayer-cvslog] r35562 - in trunk/gui: interface.c interface.h

ib subversion at mplayerhq.hu
Sun Dec 2 16:59:55 CET 2012


Author: ib
Date: Sun Dec  2 16:59:55 2012
New Revision: 35562

Log:
Cosmetic: Adjust indent and move guiInfo member CodecName in structure.

Modified:
   trunk/gui/interface.c
   trunk/gui/interface.h

Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c	Sun Dec  2 16:56:19 2012	(r35561)
+++ trunk/gui/interface.c	Sun Dec  2 16:59:55 2012	(r35562)
@@ -789,7 +789,7 @@ int gui(int what, void *data)
         }
 
         if (guiInfo.Playing)
-        next = listMgr(PLAYLIST_ITEM_GET_NEXT, 0);
+            next = listMgr(PLAYLIST_ITEM_GET_NEXT, 0);
 
         if (guiInfo.Playing && next) {
             uiSetFile(next->path, next->name, STREAMTYPE_FILE);

Modified: trunk/gui/interface.h
==============================================================================
--- trunk/gui/interface.h	Sun Dec  2 16:56:19 2012	(r35561)
+++ trunk/gui/interface.h	Sun Dec  2 16:59:55 2012	(r35562)
@@ -94,12 +94,12 @@ typedef struct {
     sh_video_t *sh_video;
     af_stream_t *afilter;
 
-    char *CodecName;
-
     int VideoWindow;
     int VideoWidth;
     int VideoHeight;
 
+    char *CodecName;
+
     int StreamType;
     int AudioChannels;
 


More information about the MPlayer-cvslog mailing list