From c70164206ec34815c2565f34749493e056975c74 Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Sat, 5 Mar 2016 15:42:01 -0700 Subject: cli: fix constant framerate --- test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.c b/test/test.c index 47bdbe417..9cf49bbf2 100644 --- a/test/test.c +++ b/test/test.c @@ -2244,7 +2244,7 @@ static int ParseOptions( int argc, char ** argv ) case 'r': { vrate = strdup(optarg); - if ( cfr != 2 ) + if ( cfr != 1 && cfr != 2 ) { cfr = 2; } -- cgit v1.2.3