summaryrefslogtreecommitdiffstats
path: root/stream/dvbin.h
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-15 13:30:44 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-15 13:30:44 +0000
commita9d2f4db42923f195ea05c5f30f4a32a1aa6fb04 (patch)
tree2f7777089fff99e8c7b7aa12f94e317bd565d6e1 /stream/dvbin.h
parent43bfd2d1283a3967b8c4d4b0b62068754b95127c (diff)
downloadmpv-a9d2f4db42923f195ea05c5f30f4a32a1aa6fb04.tar.bz2
mpv-a9d2f4db42923f195ea05c5f30f4a32a1aa6fb04.tar.xz
get rid of the file-static dvb_config and free the config at close() . Patch by Andrew Calkin and me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25407 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/dvbin.h')
-rw-r--r--stream/dvbin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/dvbin.h b/stream/dvbin.h
index 1ca1994261..1c77eeb6bc 100644
--- a/stream/dvbin.h
+++ b/stream/dvbin.h
@@ -112,5 +112,6 @@ typedef struct {
extern int dvb_step_channel(stream_t *, int);
extern int dvb_set_channel(stream_t *, int, int);
extern dvb_config_t *dvb_get_config(void);
+extern void dvb_free_config(dvb_config_t *config);
#endif