summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-05 02:51:19 +0000
committerbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-05 02:51:19 +0000
commit3e89387debaf2ee63931cabb6d10c68545a42752 (patch)
tree32e1b292cc0da091e6a011ed0eaa5a830f1716c6 /cfg-mplayer.h
parent20fd97f1057949ab18a28653d68e70c61f508f8a (diff)
downloadmpv-3e89387debaf2ee63931cabb6d10c68545a42752.tar.bz2
mpv-3e89387debaf2ee63931cabb6d10c68545a42752.tar.xz
Added the bandwidth option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6647 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 7f6262ad45..39f4d0eb6e 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -103,6 +103,7 @@ extern int nortc;
/* defined in network.c */
extern char *network_username;
extern char *network_password;
+extern int network_bandwidth;
#endif
/* from libvo/aspect.c */