[FFmpeg-cvslog] r13928 - trunk/libavcodec/ra144.c
vitor
subversion
Mon Jun 23 22:39:09 CEST 2008
Author: vitor
Date: Mon Jun 23 22:39:09 2008
New Revision: 13928
Log:
Remove unneeded check
Modified:
trunk/libavcodec/ra144.c
Modified: trunk/libavcodec/ra144.c
==============================================================================
--- trunk/libavcodec/ra144.c (original)
+++ trunk/libavcodec/ra144.c Mon Jun 23 22:39:09 2008
@@ -195,7 +195,6 @@ static unsigned int rms(const int *data)
data++;
}
- if (res > 0)
res = t_sqrt(res);
res >>= (b + 10);
More information about the ffmpeg-cvslog
mailing list