[rtmpdump] r239 - in trunk: hashswf.c rtmp.h rtmpdump.c rtmpsuck.c streams.c

NhJm nhjm449 at gmail.com
Tue Jan 19 03:09:15 CET 2010


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;
> +             }
> +         }


More information about the rtmpdump mailing list