mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-09 14:14:39 +02:00
avcodec/escape124: Fix spelling errors in comment
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
71ba79702d
commit
f59c4e4391
@ -222,8 +222,8 @@ static int escape124_decode_frame(AVCodecContext *avctx,
|
|||||||
// This call also guards the potential depth reads for the
|
// This call also guards the potential depth reads for the
|
||||||
// codebook unpacking.
|
// codebook unpacking.
|
||||||
// Check if the amount we will read minimally is available on input.
|
// 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
|
// The 64 represent the immediately next 2 frame_* elements read, the 23/4320
|
||||||
// represent a lower bound of the space needed for skiped superblocks. Non
|
// represent a lower bound of the space needed for skipped superblocks. Non
|
||||||
// skipped SBs need more space.
|
// skipped SBs need more space.
|
||||||
if (get_bits_left(&gb) < 64 + s->num_superblocks * 23LL / 4320)
|
if (get_bits_left(&gb) < 64 + s->num_superblocks * 23LL / 4320)
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user