avfilter/vf_scdet_vulkan: use AVFilterContext for logging
This commit is contained in:
parent
7751f261de
commit
2cdf4f08b4
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ done:
|
|||
if (score >= s->threshold) {
|
||||
const char *pts = av_ts2timestr(in->pts, &link->time_base);
|
||||
av_dict_set(&in->metadata, "lavfi.scd.time", pts, 0);
|
||||
av_log(s, AV_LOG_INFO, "lavfi.scd.score: %.3f, lavfi.scd.time: %s\n",
|
||||
av_log(ctx, AV_LOG_INFO, "lavfi.scd.score: %.3f, lavfi.scd.time: %s\n",
|
||||
score, pts);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue