forked from FFmpeg/FFmpeg
avformat/mov: fix "correctly" typo
Found-by: Timothy Gu Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
16b6839de6
commit
f58cb772d9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue