diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-11-30 21:57:51 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-11-30 21:57:51 +0000 |
commit | 61f4aa96bad7fcca334df1aab5d5236a60bedaca (patch) | |
tree | 3afa6a9cbeba7234257f116388b962ba08737415 | |
parent | 9d2a06951928d6fd35cc5effaa702a0e91b17744 (diff) | |
download | ffmpeg-61f4aa96bad7fcca334df1aab5d5236a60bedaca.tar.gz |
kill a annoying debug printf
Originally committed as revision 3725 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/nsvdec.c | 2 |
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; |