Mercurial > mplayer.hg
diff gui/interface.c @ 35547:fb9968ad466e
Cosmetic: Adjust indent and add a blank line.
| author | ib |
|---|---|
| date | Sun, 09 Dec 2012 16:49:45 +0000 |
| parents | cd2c85083fdd |
| children | 463d8e512c38 |
line wrap: on
line diff
--- a/gui/interface.c Sun Dec 09 16:49:03 2012 +0000 +++ b/gui/interface.c Sun Dec 09 16:49:45 2012 +0000 @@ -836,7 +836,8 @@ filename = NULL; - guiInfo.Track = (guiInfo.StreamType == STREAMTYPE_VCD ? 2 : 1); + guiInfo.Track = (guiInfo.StreamType == STREAMTYPE_VCD ? 2 : 1); + if (guiInfo.Chapter) guiInfo.Chapter = 1; if (guiInfo.Angle) @@ -844,7 +845,7 @@ if (isPlaylistStreamtype) { if (!listMgr(PLAYLIST_ITEM_GET_CURR, 0)) - uiUnsetFile(); + uiUnsetFile(); else { plItem *curr;
