mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavfi/aspect: show log info even in case no argument is provided to setdar/setsar
This commit is contained in:
parent
c9ac08277d
commit
360218713f
@ -43,9 +43,9 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
|
||||
"Invalid string '%s' for aspect ratio.\n", args);
|
||||
return ret;
|
||||
}
|
||||
|
||||
av_log(ctx, AV_LOG_INFO, "a:%d/%d\n", aspect->ratio.num, aspect->ratio.den);
|
||||
}
|
||||
|
||||
av_log(ctx, AV_LOG_INFO, "a:%d/%d\n", aspect->ratio.num, aspect->ratio.den);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user