diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-13 17:21:54 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-13 17:21:54 +0000 |
commit | 3b40219431d3442123e04f9eded596be44ada830 (patch) | |
tree | 9ed1d2413d6ba3c294d25049335c4e9395bd88fd /src/htsopt.h | |
parent | 9f0340968f1c48895048ab3da72e0c74acc55f3c (diff) |
Removed MMS (Microsoft Media Server) ripping code (mmsrip)
* protocol was finally dropped in Windows Media Services 2008
* mmsrip is not supported anymore
* some licensing issues regarding the protocol (ha-ha)
Diffstat (limited to 'src/htsopt.h')
-rw-r--r-- | src/htsopt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/htsopt.h b/src/htsopt.h index 1f0898c..86da4cf 100644 --- a/src/htsopt.h +++ b/src/htsopt.h @@ -307,7 +307,6 @@ struct httrackp { int rateout; // nombre d'octets minium pour le transfert int maxtime; // temps max en secondes int maxrate; // taux de transfert max - int mms_maxtime; // max duration of a mms file float maxconn; // nombre max de connexions/s int waittime; // démarrage programmé int cache; // génération d'un cache |