# HG changeset patch # User ib # Date 1354463995 0 # Node ID 047fc4746236c7cc94f8b1aaa26036e2110aeff2 # Parent 364387ae95f462f647c5fe8f95d460ecc28f5be1 Cosmetic: Adjust indent and move guiInfo member CodecName in structure. diff -r 364387ae95f4 -r 047fc4746236 gui/interface.c --- a/gui/interface.c Sun Dec 02 15:56:19 2012 +0000 +++ b/gui/interface.c Sun Dec 02 15:59:55 2012 +0000 @@ -789,7 +789,7 @@ } 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); diff -r 364387ae95f4 -r 047fc4746236 gui/interface.h --- a/gui/interface.h Sun Dec 02 15:56:19 2012 +0000 +++ b/gui/interface.h Sun Dec 02 15:59:55 2012 +0000 @@ -94,12 +94,12 @@ sh_video_t *sh_video; af_stream_t *afilter; - char *CodecName; - int VideoWindow; int VideoWidth; int VideoHeight; + char *CodecName; + int StreamType; int AudioChannels;