diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2005-07-17 23:11:33 +0000 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2005-07-17 23:11:33 +0000 |
| commit | 31b5e59e006ad60cca6be2fa5e58dd85710eb347 (patch) | |
| tree | c6e197ea72d4ebdc86740b481a81a7b150b5fbfc /src/xine-engine/xine_internal.h | |
| parent | 527031e1d79b23f668049d08738200de45221daa (diff) | |
| download | xine-lib-31b5e59e006ad60cca6be2fa5e58dd85710eb347.tar.gz xine-lib-31b5e59e006ad60cca6be2fa5e58dd85710eb347.tar.bz2 | |
Improve ASX parsing.
Add an extended MRL reference event which includes the item title, start
time and duration.
(Both events are sent; front ends should only listen for one of them.)
CVS patchset: 7656
CVS date: 2005/07/17 23:11:33
Diffstat (limited to 'src/xine-engine/xine_internal.h')
| -rw-r--r-- | src/xine-engine/xine_internal.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index 301b79a8a..81a9f6ac1 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -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_internal.h,v 1.165 2005/06/13 00:32:15 miguelfreitas Exp $ + * $Id: xine_internal.h,v 1.166 2005/07/17 23:11:45 dsalt Exp $ * */ @@ -419,6 +419,10 @@ int _x_demux_read_send_data(fifo_buffer_t *fifo, input_plugin_t *input, int input_time, int total_time, uint32_t frame_number); +void _x_demux_send_mrl_reference (xine_stream_t *stream, int alternative, + const char *mrl, const char *title, + int start_time, int duration); + /* * plugin_loader functions |
