avfilter/af_hdcd: Drop a redundant log
avfilter_insert_filter() already reports (also with AV_LOG_VERBOSE) when a filter is auto-inserted. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
b84d286ac7
commit
8a2c8687bd
@ -1714,9 +1714,6 @@ static int config_input(AVFilterLink *inlink) {
|
||||
HDCDContext *s = ctx->priv;
|
||||
int c;
|
||||
|
||||
av_log(ctx, AV_LOG_VERBOSE, "Auto-convert: %s\n",
|
||||
(ctx->graph->disable_auto_convert) ? "disabled" : "enabled");
|
||||
|
||||
if ((inlink->format == AV_SAMPLE_FMT_S16 ||
|
||||
inlink->format == AV_SAMPLE_FMT_S16P) &&
|
||||
s->bits_per_sample != 16) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user