mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavfi/smarblur: add missing newline at end of verbose message
This commit is contained in:
parent
2ffee3ec14
commit
8695d9de47
@ -99,7 +99,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args)
|
|||||||
|
|
||||||
av_log(ctx, AV_LOG_VERBOSE,
|
av_log(ctx, AV_LOG_VERBOSE,
|
||||||
"luma_radius:%f luma_strength:%f luma_threshold:%d "
|
"luma_radius:%f luma_strength:%f luma_threshold:%d "
|
||||||
"chroma_radius:%f chroma_strength:%f chroma_threshold:%d ",
|
"chroma_radius:%f chroma_strength:%f chroma_threshold:%d\n",
|
||||||
sblur->luma.radius, sblur->luma.strength, sblur->luma.threshold,
|
sblur->luma.radius, sblur->luma.strength, sblur->luma.threshold,
|
||||||
sblur->chroma.radius, sblur->chroma.strength, sblur->chroma.threshold);
|
sblur->chroma.radius, sblur->chroma.strength, sblur->chroma.threshold);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user