mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +00:00
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:
parent
ecf34e8fc2
commit
a924b83ccc
@ -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' &&
|
||||
|
Loading…
Reference in New Issue
Block a user