diff --git a/src/r_fps.c b/src/r_fps.c index bc70cfa1c..ea5fe38a7 100644 --- a/src/r_fps.c +++ b/src/r_fps.c @@ -37,6 +37,7 @@ static CV_PossibleValue_t fpscap_cons_t[] = { {30, "30"}, #endif {35, "35"}, + {50, "50"}, {60, "60"}, {70, "70"}, {75, "75"},