fix nsvdec.c compilation if DEBUG macro defined
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
parent
22ec6b738f
commit
41cdc1ff1e
@ -737,7 +737,7 @@ static int nsv_read_close(AVFormatContext *s)
|
|||||||
static int nsv_probe(AVProbeData *p)
|
static int nsv_probe(AVProbeData *p)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
av_dlog(s, "nsv_probe(), buf_size %d\n", p->buf_size);
|
av_dlog(NULL, "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…
x
Reference in New Issue
Block a user