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/htscoremain.c | |
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/htscoremain.c')
-rw-r--r-- | src/htscoremain.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/htscoremain.c b/src/htscoremain.c index ff44a6a..5545b04 100644 --- a/src/htscoremain.c +++ b/src/htscoremain.c @@ -1549,13 +1549,6 @@ HTSEXT_API int hts_main2(int argc, char **argv, httrackp * opt) { com++; } break; -#if HTS_USEMMS - case 'm': - sscanf(com + 1, "%d", &opt->mms_maxtime); - while(isdigit((unsigned char) *(com + 1))) - com++; - break; -#endif case 'w': // disable specific plugin if ((na + 1 >= argc) || (argv[na + 1][0] == '-')) { HTS_PANIC_PRINTF |