This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Indent
Originally committed as revision 13362 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Vitor Sessak
18 years ago
parent
ae76c49908
commit
a6072fdc18
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavcodec/ra144.c
+ 2
- 2
libavcodec/ra144.c
View File
@@ -188,8 +188,8 @@ static unsigned int rms(const int *data, int f)
if (res == 0)
return 0;
if (res > 0x10000)
return 0; /* We're screwed, might as well go out with a bang. :P */
if (res > 0x10000)
return 0; /* We're screwed, might as well go out with a bang. :P */
while (res <= 0x3fff) {
b++;
Write
Preview
Loading…
Cancel
Save