[FFmpeg-cvslog] avformat/argo_cvg: remove trace logging

Zane van Iperen git at videolan.org
Sun Jul 24 12:27:12 EEST 2022


ffmpeg | branch: master | Zane van Iperen <zane at zanevaniperen.com> | Thu Jul 21 00:47:30 2022 +1000| [9054a99feacc0c8f646e2887ca333d01c31fc1b2] | committer: Zane van Iperen

avformat/argo_cvg: remove trace logging

Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
Signed-off-by: Zane van Iperen <zane at zanevaniperen.com>

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

 libavformat/argo_cvg.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/libavformat/argo_cvg.c b/libavformat/argo_cvg.c
index 32247a06be..12465dcbcc 100644
--- a/libavformat/argo_cvg.c
+++ b/libavformat/argo_cvg.c
@@ -159,13 +159,9 @@ static int argo_cvg_read_header(AVFormatContext *s)
     if (ctx->header.size < 8)
         return AVERROR_INVALIDDATA;
 
-    av_log(s, AV_LOG_TRACE, "size       = %u\n", ctx->header.size);
-
     if ((ret = argo_cvg_read_checksum(s->pb, &ctx->header, &ctx->checksum)) < 0)
         return ret;
 
-    av_log(s, AV_LOG_TRACE, "checksum   = %u\n", ctx->checksum);
-
     par                         = st->codecpar;
     par->codec_type             = AVMEDIA_TYPE_AUDIO;
     par->codec_id               = AV_CODEC_ID_ADPCM_PSX;



More information about the ffmpeg-cvslog mailing list