Mercurial > mplayer.hg
diff gui/interface.c @ 33686:74fa17c7b9b8
Prefer previously assigned guiInfo.StreamTyp over stream->type.
| author | ib |
|---|---|
| date | Wed, 29 Jun 2011 10:51:22 +0000 |
| parents | ca6c9a80a062 |
| children | f23d139ded5b |
line wrap: on
line diff
--- a/gui/interface.c Wed Jun 29 10:49:43 2011 +0000 +++ b/gui/interface.c Wed Jun 29 10:51:22 2011 +0000 @@ -658,7 +658,7 @@ stream = arg; guiInfo.StreamType = stream->type; - switch (stream->type) { + switch (guiInfo.StreamType) { #ifdef CONFIG_DVDREAD case STREAMTYPE_DVD: guiGetEvent(guiSetDVD, stream->priv);
