Signed-off-by: Michael Niedermayer <michae...@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

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to