From 3b40219431d3442123e04f9eded596be44ada830 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Fri, 13 Sep 2013 17:21:54 +0000 Subject: 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) --- src/htscoremain.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/htscoremain.c') 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 -- cgit v1.2.3