mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-30 11:24:17 +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;
|
int i, score = 0;
|
||||||
|
|
||||||
av_log(NULL, AV_LOG_TRACE, "nsv_probe(), buf_size %d\n", p->buf_size);
|
|
||||||
/* check file header */
|
/* check file header */
|
||||||
/* streamed files might not have any header */
|
/* streamed files might not have any header */
|
||||||
if (p->buf[0] == 'N' && p->buf[1] == 'S' &&
|
if (p->buf[0] == 'N' && p->buf[1] == 'S' &&
|
||||||
|
Loading…
Reference in New Issue
Block a user