Commit 01dc152a authored by Mark Harris's avatar Mark Harris Committed by Michael Niedermayer

avformat/vivo: Don't log null value

Reviewed-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 2ddaaaf5
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment