Commit f58cb772 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/mov: fix "correctly" typo

Found-by: Timothy Gu
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment