Commit a924b83c authored by Michael Niedermayer's avatar Michael Niedermayer

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

Reviewed-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ecf34e8f
......@@ -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' &&
......
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