summaryrefslogtreecommitdiffstats
path: root/stream/dvbin.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2023-10-20 17:05:52 +0200
committersfan5 <sfan5@live.de>2023-10-21 11:07:59 +0200
commite8e1466426687620dcc7bf8990107b8e42cc105b (patch)
tree298ba015f92c59b696280ff3a87103aa645da570 /stream/dvbin.h
parenta394e5cd1d36bddf8ef7437b2a5dd3560ecdd1fb (diff)
downloadmpv-e8e1466426687620dcc7bf8990107b8e42cc105b.tar.bz2
mpv-e8e1466426687620dcc7bf8990107b8e42cc105b.tar.xz
stream_dvb: use talloc
Diffstat (limited to 'stream/dvbin.h')
-rw-r--r--stream/dvbin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/dvbin.h b/stream/dvbin.h
index 43acc9264b..ba7851669f 100644
--- a/stream/dvbin.h
+++ b/stream/dvbin.h
@@ -138,6 +138,5 @@ void dvb_update_config(stream_t *);
int dvb_parse_path(stream_t *);
int dvb_set_channel(stream_t *, unsigned int, unsigned int);
dvb_state_t *dvb_get_state(stream_t *);
-void dvb_free_state(dvb_state_t *);
#endif /* MPLAYER_DVBIN_H */