summaryrefslogtreecommitdiff
path: root/libavformat/mm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mm.c')
-rw-r--r--libavformat/mm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mm.c b/libavformat/mm.c
index b72c259e14..6c621ab493 100644
--- a/libavformat/mm.c
+++ b/libavformat/mm.c
@@ -168,7 +168,7 @@ static int mm_read_packet(AVFormatContext *s,
return 0;
default :
- av_log(NULL, AV_LOG_INFO, "mm: unknown chunk type 0x%x\n", type);
+ av_log(s, AV_LOG_INFO, "unknown chunk type 0x%x\n", type);
url_fseek(pb, length, SEEK_CUR);
}
}