summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-09 07:31:11 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-09 07:31:11 +0000
commitfef9433a4baa37d4420ed4acebababaffbc59830 (patch)
treed69429ccdb85cf5580f2f5b72823488ab68575e7 /libmpdemux/stream.h
parent8b8e15be5a5a01fa81d7320cf57f27a150b04b58 (diff)
downloadmpv-fef9433a4baa37d4420ed4acebababaffbc59830.tar.bz2
mpv-fef9433a4baa37d4420ed4acebababaffbc59830.tar.xz
Port vcd to the new API
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9887 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/stream.h')
-rw-r--r--libmpdemux/stream.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libmpdemux/stream.h b/libmpdemux/stream.h
index 8fd5ea7f79..3c3b547289 100644
--- a/libmpdemux/stream.h
+++ b/libmpdemux/stream.h
@@ -51,9 +51,6 @@
#include "network.h"
#endif
-int vcd_seek_to_track(int fd,int track);
-void vcd_read_toc(int fd);
-
struct stream_st;
typedef struct stream_info_st {
const char *info;