Commit fba42b33 authored by Jun Zhao's avatar Jun Zhao

lavf/flvdec: fix typo in log message

fix typo in log message, it's come from cd141e71Signed-off-by: 's avatarJun Zhao <barryjzhao@tencent.com>
parent 305025c8
......@@ -386,7 +386,7 @@ static int parse_keyframes_index(AVFormatContext *s, AVIOContext *ioc, int64_t m
int64_t initial_pos = avio_tell(ioc);
if (flv->keyframe_count > 0) {
av_log(s, AV_LOG_DEBUG, "keyframes have been paresed\n");
av_log(s, AV_LOG_DEBUG, "keyframes have been parsed\n");
return 0;
}
av_assert0(!flv->keyframe_times);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment