Mercurial > mplayer.hg
changeset 36967:ed7aac796e22
Cosmetic: Adjust indent.
author | ib |
---|---|
date | Tue, 25 Mar 2014 12:27:17 +0000 |
parents | ef9dea4785bc |
children | f6bc6cf0fa90 |
files | gui/ui/actions.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/ui/actions.c Tue Mar 25 12:25:09 2014 +0000 +++ b/gui/ui/actions.c Tue Mar 25 12:27:17 2014 +0000 @@ -704,11 +704,11 @@ */ 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;