Browse Source

avformat/vivo: Don't log null value

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n4.2
Mark Harris Michael Niedermayer 7 years ago
parent
commit
01dc152a92
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/vivo.c

+ 1
- 1
libavformat/vivo.c View File

@@ -166,7 +166,7 @@ static int vivo_read_header(AVFormatContext *s)
value = strchr(key, ':');
if (!value) {
av_log(s, AV_LOG_WARNING, "missing colon in key:value pair '%s'\n",
value);
key);
continue;
}



Loading…
Cancel
Save