mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-02 20:35:37 +02:00
cosmetics: typo
Originally committed as revision 13443 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
756a01f522
commit
30bd40f2f1
@ -57,7 +57,7 @@ static int ra144_decode_init(AVCodecContext * avctx)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Evaluate sqrt(x << 24). x must fit in 20 bits. This value is evaluated in a
|
* Evaluate sqrt(x << 24). x must fit in 20 bits. This value is evaluated in an
|
||||||
* odd way to make the output identical to the binary decoder.
|
* odd way to make the output identical to the binary decoder.
|
||||||
*/
|
*/
|
||||||
static int t_sqrt(unsigned int x)
|
static int t_sqrt(unsigned int x)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user