Author: kmalaussene
Date: Sun Feb 22 20:55:14 2009
New Revision: 4123
Log:
Reindent after last commit.
Modified:
amr/amrnbfloatdec.c
Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c Sun Feb 22 20:54:41 2009 (r4122)
+++ amr/amrnbfloatdec.c Sun Feb 22 20:55:14 2009 (r4123)
@@ -429,7 +429,7 @@ static void decode_pitch_lag(int *lag_in
if(mode == MODE_795) {
*lag_int += av_clip(prev_lag_int - 10, PITCH_LAG_MIN,
PITCH_LAG_MAX - 19);
}else {
- *lag_int += av_clip(prev_lag_int - 5, PITCH_LAG_MIN, PITCH_LAG_MAX
- 9);
+ *lag_int += av_clip(prev_lag_int - 5, PITCH_LAG_MIN,
PITCH_LAG_MAX - 9);
}
}
}
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc