Mercurial > mplayer.hg
comparison gui/win32/widgetrender.c @ 33901:d4f80f889106
Cosmetic: Rename guiInfo members.
Change Movie into Video.
author | ib |
---|---|
date | Mon, 15 Aug 2011 13:27:58 +0000 |
parents | e0d211c62cf7 |
children | 1d0544de6b6c |
comparison
equal
deleted
inserted
replaced
33900:b2fcff7e2157 | 33901:d4f80f889106 |
---|---|
142 stringreplace(text, "$V", "%3.1f", guiInfo.Volume); | 142 stringreplace(text, "$V", "%3.1f", guiInfo.Volume); |
143 stringreplace(text, "$b", "%3.2f", guiInfo.Balance); | 143 stringreplace(text, "$b", "%3.2f", guiInfo.Balance); |
144 stringreplace(text, "$B", "%3.1f", guiInfo.Balance); | 144 stringreplace(text, "$B", "%3.1f", guiInfo.Balance); |
145 stringreplace(text, "$t", "%.2i", guiInfo.Track); | 145 stringreplace(text, "$t", "%.2i", guiInfo.Track); |
146 stringreplace(text, "$o", "%s", guiInfo.Filename); | 146 stringreplace(text, "$o", "%s", guiInfo.Filename); |
147 stringreplace(text, "$x", "%i", guiInfo.MovieWidth); | 147 stringreplace(text, "$x", "%i", guiInfo.VideoWidth); |
148 stringreplace(text, "$y", "%i", guiInfo.MovieHeight); | 148 stringreplace(text, "$y", "%i", guiInfo.VideoHeight); |
149 stringreplace(text, "$C", "%s", guiInfo.sh_video ? codecname : ""); | 149 stringreplace(text, "$C", "%s", guiInfo.sh_video ? codecname : ""); |
150 stringreplace(text, "$$", "$"); | 150 stringreplace(text, "$$", "$"); |
151 | 151 |
152 if(!strcmp(text, "$p") || !strcmp(text, "$s") || !strcmp(text, "$e")) | 152 if(!strcmp(text, "$p") || !strcmp(text, "$s") || !strcmp(text, "$e")) |
153 { | 153 { |