提交 c4461aa8 编写于 作者: M Maksym Veremeyenko 提交者: Michael Niedermayer

fix nsvdec.c compilation if DEBUG macro defined

Signed-off-by: NRonald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 41cdc1ff)
上级 33af787d
......@@ -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' &&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册