[FFmpeg-devel] [PATCH 1/2] avformat/nsvdec: remove trace log from probe(), this is better done generically not per format

Michael Niedermayer michaelni at gmx.at
Mon Apr 20 17:38:55 CEST 2015


Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
 libavformat/nsvdec.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c
index 5002bd7..de55396 100644
--- a/libavformat/nsvdec.c
+++ b/libavformat/nsvdec.c
@@ -723,7 +723,6 @@ static int nsv_probe(AVProbeData *p)
 {
     int i, score = 0;
 
-    av_log(NULL, AV_LOG_TRACE, "nsv_probe(), buf_size %d\n", p->buf_size);
     /* check file header */
     /* streamed files might not have any header */
     if (p->buf[0] == 'N' && p->buf[1] == 'S' &&
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list