aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-02-10 18:46:59 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-02-14 13:24:55 +0100
commit8a2c8687bdb03fd2da9734c1340046f157458ca4 (patch)
treee0b1832ff09cb406668cfd367da2eb62153c6f5c /libavfilter
parentb84d286ac7040bee9a58ba081e6a43824a90bd19 (diff)
downloadffmpeg-8a2c8687bdb03fd2da9734c1340046f157458ca4.tar.gz
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>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/af_hdcd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/af_hdcd.c b/libavfilter/af_hdcd.c
index a03c9aadf7..9cd483cfc4 100644
--- a/libavfilter/af_hdcd.c
+++ b/libavfilter/af_hdcd.c
@@ -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) {