[FFmpeg-cvslog] avformat/mov: fix "correctly" typo
Michael Niedermayer
git at videolan.org
Wed Oct 16 01:41:58 CEST 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Oct 16 00:26:10 2013 +0200| [f58cb772d9661eed4b223cb727c5cc9821f910a9] | committer: Michael Niedermayer
avformat/mov: fix "correctly" typo
Found-by: Timothy Gu
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f58cb772d9661eed4b223cb727c5cc9821f910a9
---
libavformat/mov.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 3422131..eec8485 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -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;
}
More information about the ffmpeg-cvslog
mailing list