diff options
Diffstat (limited to 'src/input/vcd/vcdplayer.c')
| -rw-r--r-- | src/input/vcd/vcdplayer.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/input/vcd/vcdplayer.c b/src/input/vcd/vcdplayer.c index 802c4e508..c70719bde 100644 --- a/src/input/vcd/vcdplayer.c +++ b/src/input/vcd/vcdplayer.c @@ -1,5 +1,5 @@ /* - $Id: vcdplayer.c,v 1.7 2004/12/29 09:23:56 rockyb Exp $ + $Id: vcdplayer.c,v 1.8 2004/12/29 16:09:50 jcdutton Exp $ Copyright (C) 2002, 2003, 2004 Rocky Bernstein <rocky@panix.com> @@ -715,6 +715,12 @@ _vcdplayer_set_origin(vcdplayer_t *p_vcdplayer) p_vcdplayer->sleep(250000); /* if (p_vcdplayer->i_still) p_vcdplayer->force_redisplay(); */ +#ifndef LIBVCD_VERSION +/* Older version of vcdimager. You really should consider using 0.7.21 + or later as that has bug and memory leak fixes. */ +lid_t +vcdplayer_selection2lid (vcdplayer_t *p_vcdplayer, int entry_num); +#endif /* Handles PBC navigation when reaching the end of a play item. */ static vcdplayer_read_status_t |
