summaryrefslogtreecommitdiffstats
path: root/stream/cdd.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-07 20:55:14 +0200
committerwm4 <wm4@nowhere>2013-07-07 21:10:44 +0200
commit4caa3356b298116a03ac0509b80dd60eca4017cc (patch)
tree7e3ba011e2695888eb4caaaf9534f4d7eb65bd4e /stream/cdd.h
parentc4f83ac6e93ec9ff2fe97b3f5c6fccc9751fa3e2 (diff)
downloadmpv-4caa3356b298116a03ac0509b80dd60eca4017cc.tar.bz2
mpv-4caa3356b298116a03ac0509b80dd60eca4017cc.tar.xz
Remove some leftovers from network removal
stream_vstream.c in particular was actually dependent on the network code, and didn't compile anymore. Cleanup the protocol list in mpv.rst, and add some missing ones supported by libavformat to stream_lavf.c.
Diffstat (limited to 'stream/cdd.h')
-rw-r--r--stream/cdd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/stream/cdd.h b/stream/cdd.h
index 705fe47d2c..e44b2ae24a 100644
--- a/stream/cdd.h
+++ b/stream/cdd.h
@@ -53,8 +53,4 @@ cd_track_t* cd_info_get_track(cd_info_t *cd_info, unsigned int track_nb);
void cd_info_debug(cd_info_t *cd_info);
-int cdd_identify(const char *dev);
-int cddb_resolve(const char *dev, char **xmcd_file);
-cd_info_t* cddb_parse_xmcd(char *xmcd_file);
-
#endif /* MPLAYER_CDD_H */