Commit b136c8ba authored by michael's avatar michael

kill a annoying debug printf


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3725 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f21cff98
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment