[MPlayer-cvslog] r33774 - trunk/gui/interface.c
ib
subversion at mplayerhq.hu
Wed Jun 29 12:51:22 CEST 2011
Author: ib
Date: Wed Jun 29 12:51:22 2011
New Revision: 33774
Log:
Prefer previously assigned guiInfo.StreamTyp over stream->type.
Modified:
trunk/gui/interface.c
Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c Wed Jun 29 12:49:43 2011 (r33773)
+++ trunk/gui/interface.c Wed Jun 29 12:51:22 2011 (r33774)
@@ -658,7 +658,7 @@ int guiGetEvent(int type, void *arg)
stream = arg;
guiInfo.StreamType = stream->type;
- switch (stream->type) {
+ switch (guiInfo.StreamType) {
#ifdef CONFIG_DVDREAD
case STREAMTYPE_DVD:
guiGetEvent(guiSetDVD, stream->priv);
More information about the MPlayer-cvslog
mailing list