avformat/nsvdec: remove trace log from probe(), this is better done generically not per format

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-04-20 17:30:48 +02:00
parent ecf34e8fc2
commit a924b83ccc

View File

@ -723,7 +723,6 @@ static int nsv_probe(AVProbeData *p)
{
int i, score = 0;
av_log(NULL, AV_LOG_TRACE, "nsv_probe(), buf_size %d\n", p->buf_size);
/* check file header */
/* streamed files might not have any header */
if (p->buf[0] == 'N' && p->buf[1] == 'S' &&