From 61f4aa96bad7fcca334df1aab5d5236a60bedaca Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 30 Nov 2004 21:57:51 +0000 Subject: [PATCH] kill a annoying debug printf Originally committed as revision 3725 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/nsvdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c index 3295e34373a..f3831d7f39f 100644 --- a/libavformat/nsvdec.c +++ b/libavformat/nsvdec.c @@ -730,7 +730,7 @@ static int nsv_read_close(AVFormatContext *s) static int nsv_probe(AVProbeData *p) { int i; - PRINT(("nsv_probe(), buf_size %d\n", p->buf_size)); +// PRINT(("nsv_probe(), buf_size %d\n", p->buf_size)); /* check file header */ if (p->buf_size <= 32) return 0; -- 2.39.5