diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2006-08-13 23:51:33 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2006-08-13 23:51:33 +0000 |
commit | 41608ff8d9949b407b0ead03144e2338f95135cf (patch) | |
tree | 80ccdf7839b21fe33b3cd7be2ba5c8fd5adda819 /include | |
parent | 52413f7f6973121ef22a5e262c2395ed9da7defc (diff) | |
download | xine-lib-41608ff8d9949b407b0ead03144e2338f95135cf.tar.gz xine-lib-41608ff8d9949b407b0ead03144e2338f95135cf.tar.bz2 |
move image presentation support to xine-lib
CVS patchset: 8180
CVS date: 2006/08/13 23:51:33
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 7aecabc6d..f94dfef53 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.149 2006/06/22 10:38:37 klan Exp $ + * $Id: xine.h.in,v 1.150 2006/08/13 23:51:34 miguelfreitas Exp $ * * public xine-lib (libxine) interface and documentation * @@ -339,7 +339,8 @@ int xine_get_param (xine_stream_t *stream, int param); #define XINE_PARAM_AUDIO_AMP_MUTE 29 /* 1=>mute, 0=>unmute */ #define XINE_PARAM_FINE_SPEED 30 /* 1.000.000 => normal speed */ #define XINE_PARAM_EARLY_FINISHED_EVENT 31 /* send event when demux finish*/ -#define XINE_PARAM_GAPLESS_SWITCH 32 /* next stream only gapless swi*/ +#define XINE_PARAM_GAPLESS_SWITCH 32 /* next stream only gapless swi*/ +#define XINE_PARAM_DELAY_FINISHED_EVENT 33 /* 1/10sec,0=>disable,-1=>forev*/ /* * speed values for XINE_PARAM_SPEED parameter. |