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:
parent
2ddaaaf595
commit
01dc152a92
@ -166,7 +166,7 @@ static int vivo_read_header(AVFormatContext *s)
|
|||||||
value = strchr(key, ':');
|
value = strchr(key, ':');
|
||||||
if (!value) {
|
if (!value) {
|
||||||
av_log(s, AV_LOG_WARNING, "missing colon in key:value pair '%s'\n",
|
av_log(s, AV_LOG_WARNING, "missing colon in key:value pair '%s'\n",
|
||||||
value);
|
key);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user