[FFmpeg-cvslog] r13362 - trunk/libavcodec/ra144.c
vitor
subversion
Sat May 24 22:52:51 CEST 2008
Author: vitor
Date: Sat May 24 22:52:50 2008
New Revision: 13362
Log:
Indent
Modified:
trunk/libavcodec/ra144.c
Modified: trunk/libavcodec/ra144.c
==============================================================================
--- trunk/libavcodec/ra144.c (original)
+++ trunk/libavcodec/ra144.c Sat May 24 22:52:50 2008
@@ -188,8 +188,8 @@ static unsigned int rms(const int *data,
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++;
More information about the ffmpeg-cvslog
mailing list