[FFmpeg-cvslog] aacps: loose self assignment
Michael Niedermayer
git at videolan.org
Fri Oct 26 03:39:05 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Oct 26 02:15:43 2012 +0200| [0018aa9013dbe2f6c18f1ced99dc33126efdc791] | committer: Michael Niedermayer
aacps: loose self assignment
Fixes CID604123
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0018aa9013dbe2f6c18f1ced99dc33126efdc791
---
libavcodec/aacps.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/aacps.c b/libavcodec/aacps.c
index 569b44e..c33bd24 100644
--- a/libavcodec/aacps.c
+++ b/libavcodec/aacps.c
@@ -603,7 +603,6 @@ static void map_val_20_to_34(float par[PS_MAX_NR_IIDICC])
par[ 3] = par[ 2];
par[ 2] = par[ 1];
par[ 1] = (par[ 0] + par[ 1]) * 0.5f;
- par[ 0] = par[ 0];
}
static void decorrelation(PSContext *ps, float (*out)[32][2], const float (*s)[32][2], int is34)
More information about the ffmpeg-cvslog
mailing list