This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avfilter/vf_scale_qsv: add logging context to log
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
tags/n4.3
Steven Liu
6 years ago
parent
acc1256654
commit
3dead10fa3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/vf_scale_qsv.c
+ 1
- 1
libavfilter/vf_scale_qsv.c
View File
@@ -541,7 +541,7 @@ static int qsvscale_config_props(AVFilterLink *outlink)
return 0;
fail:
av_log(
NULL
, AV_LOG_ERROR,
av_log(
ctx
, AV_LOG_ERROR,
"Error when evaluating the expression '%s'\n", expr);
return ret;
}
Write
Preview
Loading…
Cancel
Save