Mercurial > mplayer.hg
changeset 33893:acfe0bf9a847
Cosmetic: Comment the enums and #defines in interface.h.
author | ib |
---|---|
date | Fri, 12 Aug 2011 13:31:44 +0000 |
parents | 0445f7ada805 |
children | b2e63fe7fe17 |
files | gui/interface.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/interface.h Fri Aug 12 13:21:51 2011 +0000 +++ b/gui/interface.h Fri Aug 12 13:31:44 2011 +0000 @@ -37,6 +37,7 @@ #define GMPlayer "gmplayer" +// gui() instructions enum { GUI_END_FILE, GUI_HANDLE_EVENTS, @@ -55,13 +56,16 @@ GUI_SET_VIDEO }; +// Playing states #define GUI_STOP 0 #define GUI_PLAY 1 #define GUI_PAUSE 2 +// NewPlay reasons #define GUI_FILE_SAME 1 #define GUI_FILE_NEW 2 +// mplayer() instructions enum { MPLAYER_EXIT_GUI, MPLAYER_SET_AUTO_QUALITY,