summaryrefslogtreecommitdiff
path: root/libavformat/vivo.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/vivo.c')
-rw-r--r--libavformat/vivo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/vivo.c b/libavformat/vivo.c
index c9e9c37f37..9b9189f307 100644
--- a/libavformat/vivo.c
+++ b/libavformat/vivo.c
@@ -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;
}