forked from FFmpeg/FFmpeg
kill a annoying debug printf
Originally committed as revision 3725 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9d2a069519
commit
61f4aa96ba
1 changed files with 1 additions and 1 deletions
|
@ -730,7 +730,7 @@ static int nsv_read_close(AVFormatContext *s)
|
||||||
static int nsv_probe(AVProbeData *p)
|
static int nsv_probe(AVProbeData *p)
|
||||||
{
|
{
|
||||||
int i;
|
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 */
|
/* check file header */
|
||||||
if (p->buf_size <= 32)
|
if (p->buf_size <= 32)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue