mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 18:10:56 +01:00
vf_libplacebo: warn on extra_opts + too old libplacebo
Instead of silently ignoring this option as before.
This commit is contained in:
parent
a469186b8a
commit
bef151d1ce
1 changed files with 4 additions and 0 deletions
|
|
@ -515,6 +515,10 @@ static int update_settings(AVFilterContext *ctx)
|
|||
goto fail;
|
||||
}
|
||||
}
|
||||
#else
|
||||
(void) e;
|
||||
if (av_dict_count(s->extra_opts) > 0)
|
||||
av_log(s, AV_LOG_WARNING, "extra_opts requires libplacebo >= 6.309!\n");
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue