mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-28 18:23:08 +00:00
fix nsvdec.c compilation if DEBUG macro defined
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 41cdc1ff1e
)
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)
|
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…
Reference in New Issue
Block a user