[FFmpeg-cvslog] avcodec/escape124: Fix spelling errors in comment
Michael Niedermayer
git at videolan.org
Tue Jul 10 12:06:24 EEST 2018
ffmpeg | branch: release/2.8 | Michael Niedermayer <michael at niedermayer.cc> | Wed Jun 27 13:00:28 2018 +0200| [f780dabc501921448b11d2e1800255ff54df5ee5] | committer: Michael Niedermayer
avcodec/escape124: Fix spelling errors in comment
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
(cherry picked from commit f59c4e43915ed0528e2789f27ddb1635b59779df)
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f780dabc501921448b11d2e1800255ff54df5ee5
---
libavcodec/escape124.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/escape124.c b/libavcodec/escape124.c
index 9080a1fdff..fab56b59e0 100644
--- a/libavcodec/escape124.c
+++ b/libavcodec/escape124.c
@@ -223,8 +223,8 @@ static int escape124_decode_frame(AVCodecContext *avctx,
// This call also guards the potential depth reads for the
// codebook unpacking.
// Check if the amount we will read minimally is available on input.
- // The 64 represent the immedeatly next 2 frame_* elements read, the 23/4320
- // represent a lower bound of the space needed for skiped superblocks. Non
+ // The 64 represent the immediately next 2 frame_* elements read, the 23/4320
+ // represent a lower bound of the space needed for skipped superblocks. Non
// skipped SBs need more space.
if (get_bits_left(&gb) < 64 + s->num_superblocks * 23LL / 4320)
return -1;
More information about the ffmpeg-cvslog
mailing list