[MPlayer-cvslog] r35485 - in trunk/gui: interface.h util/list.h
ib
subversion at mplayerhq.hu
Mon Nov 26 12:32:50 CET 2012
Author: ib
Date: Mon Nov 26 12:32:50 2012
New Revision: 35485
Log:
Move isPlaylistStreamtype definition to util/list.h.
It's not an interface related information, but rather an internal one.
Modified:
trunk/gui/interface.h
trunk/gui/util/list.h
Modified: trunk/gui/interface.h
==============================================================================
--- trunk/gui/interface.h Mon Nov 26 11:49:33 2012 (r35484)
+++ trunk/gui/interface.h Mon Nov 26 12:32:50 2012 (r35485)
@@ -69,9 +69,6 @@ enum {
#define GUI_FILE_NEW 2
//@}
-/// StreamTypes that are permitted in a playlist
-#define isPlaylistStreamtype (guiInfo.StreamType == STREAMTYPE_FILE || guiInfo.StreamType == STREAMTYPE_STREAM)
-
/// mplayer() instructions
enum {
MPLAYER_EXIT_GUI,
Modified: trunk/gui/util/list.h
==============================================================================
--- trunk/gui/util/list.h Mon Nov 26 11:49:33 2012 (r35484)
+++ trunk/gui/util/list.h Mon Nov 26 12:32:50 2012 (r35485)
@@ -19,6 +19,9 @@
#ifndef MPLAYER_GUI_LIST_H
#define MPLAYER_GUI_LIST_H
+/// StreamTypes that are permitted in a playlist
+#define isPlaylistStreamtype (guiInfo.StreamType == STREAMTYPE_FILE || guiInfo.StreamType == STREAMTYPE_STREAM)
+
/// listMgr() commands
enum {
PLAYLIST_GET,
More information about the MPlayer-cvslog
mailing list