This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new 482e7a1696 avformat/matroskadec: remove unnecessary log
482e7a1696 is described below

commit 482e7a1696746db2247f2ebf39052bb2510774e5
Author:     James Almer <[email protected]>
AuthorDate: Sun Mar 29 00:08:05 2026 -0300
Commit:     James Almer <[email protected]>
CommitDate: Sun Mar 29 00:08:26 2026 -0300

    avformat/matroskadec: remove unnecessary log
    
    Added by mistake in ec86dade2fc3bb7f9e718248045df066611426a6
    
    Signed-off-by: James Almer <[email protected]>
---
 libavformat/matroskadec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
index 62ea6b719f..64bea7969e 100644
--- a/libavformat/matroskadec.c
+++ b/libavformat/matroskadec.c
@@ -3974,7 +3974,7 @@ static int 
matroska_parse_block_additional(MatroskaDemuxContext *matroska,
                 return AVERROR_INVALIDDATA;
 
             provider_code = bytestream2_get_be16u(&bc);
-            av_log(matroska->ctx, AV_LOG_WARNING, "provider_code %d\n", 
provider_code);
+
             switch (provider_code) {
             case ITU_T_T35_PROVIDER_CODE_VNOVA: {
                 uint8_t *data;

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to