提交 61f4aa96 编写于 作者: M Michael Niedermayer

kill a annoying debug printf

Originally committed as revision 3725 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 9d2a0695
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册