You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02: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:
committed by
Michael Niedermayer
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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user