[FFmpeg-cvslog] avfilter/af_hdcd: Drop a redundant log

Andreas Rheinhardt git at videolan.org
Wed Feb 14 15:00:20 EET 2024


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sat Feb 10 18:46:59 2024 +0100| [8a2c8687bdb03fd2da9734c1340046f157458ca4] | committer: Andreas Rheinhardt

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 at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a2c8687bdb03fd2da9734c1340046f157458ca4
---

 libavfilter/af_hdcd.c | 3 ---
 1 file changed, 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) {



More information about the ffmpeg-cvslog mailing list