mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-23 13:51:48 +00:00
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, ':');
|
||||
if (!value) {
|
||||
av_log(s, AV_LOG_WARNING, "missing colon in key:value pair '%s'\n",
|
||||
value);
|
||||
key);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user