[MPlayer-cvslog] r35634 - trunk/gui/interface.c
ib
subversion at mplayerhq.hu
Sun Dec 9 13:34:37 CET 2012
Author: ib
Date: Sun Dec 9 13:34:37 2012
New Revision: 35634
Log:
Cosmetic: Relocate variable definition.
Modified:
trunk/gui/interface.c
Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c Sun Dec 9 13:33:00 2012 (r35633)
+++ trunk/gui/interface.c Sun Dec 9 13:34:37 2012 (r35634)
@@ -344,13 +344,13 @@ static void add_vf(char *str)
*/
int gui(int what, void *data)
{
- mixer_t *mixer = NULL;
stream_t *stream;
#ifdef CONFIG_DVDREAD
dvd_priv_t *dvd;
#endif
- plItem *next = NULL;
int msg, state;
+ mixer_t *mixer = NULL;
+ plItem *next = NULL;
switch (what) {
case GUI_SET_CONTEXT:
More information about the MPlayer-cvslog
mailing list