summaryrefslogtreecommitdiff
path: root/libavformat/nsvdec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-11-30 21:57:51 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-11-30 21:57:51 +0000
commit61f4aa96bad7fcca334df1aab5d5236a60bedaca (patch)
tree3afa6a9cbeba7234257f116388b962ba08737415 /libavformat/nsvdec.c
parent9d2a06951928d6fd35cc5effaa702a0e91b17744 (diff)
kill a annoying debug printf
Originally committed as revision 3725 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nsvdec.c')
-rw-r--r--libavformat/nsvdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c
index 3295e34373..f3831d7f39 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;