diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/input/vcd/vcdplayer.c | 9 | ||||
-rw-r--r-- | src/input/vcd/vcdplayer.h | 9 |
2 files changed, 9 insertions, 9 deletions
diff --git a/src/input/vcd/vcdplayer.c b/src/input/vcd/vcdplayer.c index c70719bde..ecd88485a 100644 --- a/src/input/vcd/vcdplayer.c +++ b/src/input/vcd/vcdplayer.c @@ -1,5 +1,5 @@ /* - $Id: vcdplayer.c,v 1.8 2004/12/29 16:09:50 jcdutton Exp $ + $Id: vcdplayer.c,v 1.9 2004/12/29 16:16:52 jcdutton Exp $ Copyright (C) 2002, 2003, 2004 Rocky Bernstein <rocky@panix.com> @@ -715,13 +715,6 @@ _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 vcdplayer_pbc_nav (vcdplayer_t *p_vcdplayer, uint8_t *buf) diff --git a/src/input/vcd/vcdplayer.h b/src/input/vcd/vcdplayer.h index 4d354bae4..68a4b2784 100644 --- a/src/input/vcd/vcdplayer.h +++ b/src/input/vcd/vcdplayer.h @@ -1,5 +1,5 @@ /* - $Id: vcdplayer.h,v 1.3 2004/12/29 16:09:50 jcdutton Exp $ + $Id: vcdplayer.h,v 1.4 2004/12/29 16:16:52 jcdutton Exp $ Copyright (C) 2002, 2003, 2004 Rocky Bernstein <rocky@panix.com> @@ -301,6 +301,13 @@ vcdplayer_seek (vcdplayer_t *p_vcdplayer, off_t offset, int origin); void vcdplayer_send_button_update(vcdplayer_t *p_vcdplayer, int mode); +#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 + #endif /* _VCDPLAYER_H_ */ /* * Local variables: |