diff gui/interface.c @ 33657:c92f23eac7a4

Remove guiGetEvent type guiSetDemuxer. Directly retrieve the information from the mpcontext.
author ib
date Mon, 27 Jun 2011 19:14:45 +0000
parents 3c300c37766f
children 3a617d41751a
line wrap: on
line diff
--- a/gui/interface.c	Mon Jun 27 18:55:18 2011 +0000
+++ b/gui/interface.c	Mon Jun 27 19:14:45 2011 +0000
@@ -607,10 +607,6 @@
         guiInfo.mpcontext = arg;
         break;
 
-    case guiSetDemuxer:
-        guiInfo.demuxer = arg;
-        break;
-
     case guiSetAfilter:
         guiInfo.afilter = arg;
         break;
@@ -784,7 +780,6 @@
             force_fps = 0;
         }
 
-        guiInfo.demuxer  = NULL;
         guiInfo.sh_video = NULL;
         wsPostRedisplay(&guiApp.subWindow);