Commit b272d5b9 authored by Jun Zhao's avatar Jun Zhao

lavfi/frei0r: Fixes the compilation warnings

Fixes the compilation warnings
Reviewed-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarJun Zhao <barryjzhao@tencent.com>
parent 6e0488ca
......@@ -127,7 +127,7 @@ static int set_param(AVFilterContext *ctx, f0r_param_info_t info, int index, cha
break;
case F0R_PARAM_STRING:
val.str = param;
val.str = (f0r_param_string *)param;
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment