diff options
author | phintuka <phintuka> | 2006-08-16 13:34:12 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-08-16 13:34:12 +0000 |
commit | 502bb84d088a32b0d060230cfe92cc07250d1715 (patch) | |
tree | 7be06e0698261e604bb1bd3459e96dcdd5f6b501 /menu.h | |
parent | 71b20faaebe29552b368aeebaf48dbc6311609ef (diff) | |
download | xineliboutput-502bb84d088a32b0d060230cfe92cc07250d1715.tar.gz xineliboutput-502bb84d088a32b0d060230cfe92cc07250d1715.tar.bz2 |
Option to disable video playback (audio-only playback)
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: menu.h,v 1.2 2006-08-07 18:20:43 phintuka Exp $ + * $Id: menu.h,v 1.3 2006-08-16 13:34:12 phintuka Exp $ * */ @@ -21,6 +21,7 @@ class cMenuXinelib : public cMenuSetupPage int compression; int headphone; int autocrop; + int novideo; #ifdef HAVE_XV_FIELD_ORDER cOsdItem *video_ctrl_interlace_order; @@ -29,7 +30,8 @@ class cMenuXinelib : public cMenuSetupPage cOsdItem *ctrl_autocrop; cOsdItem *ctrl_headphone; - + cOsdItem *ctrl_novideo; + protected: virtual void Store(void); |