提交 f58cb772 编写于 作者: M Michael Niedermayer

avformat/mov: fix "correctly" typo

Found-by: Timothy Gu
Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 16b6839d
......@@ -1594,7 +1594,7 @@ static int mov_skip_multiple_stsd(MOVContext *c, AVIOContext *pb,
codec_tag == AV_RL32("hvc1") ||
codec_tag == AV_RL32("hev1")
)
av_log(c->fc, AV_LOG_WARNING, "Concatenated H.264 or H.265 might not play corrently.\n");
av_log(c->fc, AV_LOG_WARNING, "Concatenated H.264 or H.265 might not play correctly.\n");
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册