avformat/vivo: Don't log null value

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Mark Harris 2018-11-24 19:18:43 -08:00 committed by Michael Niedermayer
parent 2ddaaaf595
commit 01dc152a92
1 changed files with 1 additions and 1 deletions

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;
}