diff options
Diffstat (limited to 'include/xine/xine_internal.h')
-rw-r--r-- | include/xine/xine_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xine/xine_internal.h b/include/xine/xine_internal.h index 7064539ab..9a1ef699c 100644 --- a/include/xine/xine_internal.h +++ b/include/xine/xine_internal.h @@ -520,6 +520,8 @@ int _x_get_spu_channel (xine_stream_t *stream) XINE_PROTECTED; /* sent by dvb frontend to inform ts demuxer of new pids */ #define XINE_EVENT_PIDS_CHANGE 0x80000000 +/* sent by BluRay input plugin to inform ts demuxer about end of clip */ +#define XINE_EVENT_END_OF_CLIP 0x80000001 /* * pids change event - inform ts demuxer of new pids |