Why not allow a swfAge of 0 to disable the cache? On Mon, Jan 18, 2010 at 6:58 PM, hyc <subversion at mplayerhq.hu> wrote: > + case 'X': > + { > + int num = atoi(optarg); > + if (num < 1) > + { > + Log(LOGERROR, "SWF Age must be at least 1, ignoring\n"); > + } > + else > + { > + swfAge = num; > + } > + }