Mercurial > mplayer.hg
diff 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 |
line wrap: on
line diff
--- a/gui/win32/widgetrender.c Mon Aug 15 09:38:32 2011 +0000 +++ b/gui/win32/widgetrender.c Mon Aug 15 13:27:58 2011 +0000 @@ -144,8 +144,8 @@ stringreplace(text, "$B", "%3.1f", guiInfo.Balance); stringreplace(text, "$t", "%.2i", guiInfo.Track); stringreplace(text, "$o", "%s", guiInfo.Filename); - stringreplace(text, "$x", "%i", guiInfo.MovieWidth); - stringreplace(text, "$y", "%i", guiInfo.MovieHeight); + stringreplace(text, "$x", "%i", guiInfo.VideoWidth); + stringreplace(text, "$y", "%i", guiInfo.VideoHeight); stringreplace(text, "$C", "%s", guiInfo.sh_video ? codecname : ""); stringreplace(text, "$$", "$");