mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
lavfi/frei0r: Fixes the compilation warnings
Fixes the compilation warnings Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
This commit is contained in:
parent
6e0488cac4
commit
b272d5b9b6
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user