From 41cdc1ff1e86f1bfb935e1bde53ccc9c645ff71e Mon Sep 17 00:00:00 2001 From: Maksym Veremeyenko Date: Wed, 16 Feb 2011 09:52:44 +0200 Subject: fix nsvdec.c compilation if DEBUG macro defined Signed-off-by: Ronald S. Bultje --- libavformat/nsvdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/nsvdec.c') diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c index 9bf5636e5b..d20b226f2e 100644 --- a/libavformat/nsvdec.c +++ b/libavformat/nsvdec.c @@ -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' && -- cgit v1.2.3