mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-27 09:43:34 +00:00
fix nsvdec.c compilation if DEBUG macro defined
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 41cdc1ff1e86f1bfb935e1bde53ccc9c645ff71e)
This commit is contained in:
parent
33af787d8a
commit
c4461aa83c
@ -737,7 +737,7 @@ static int nsv_read_close(AVFormatContext *s)
|
||||
static int nsv_probe(AVProbeData *p)
|
||||
{
|
||||
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 */
|
||||
/* streamed files might not have any header */
|
||||
if (p->buf[0] == 'N' && p->buf[1] == 'S' &&
|
||||
|
Loading…
Reference in New Issue
Block a user