Signed-off-by: Ganesh Ajjanagadde <[email protected]>
---
libavcodec/aacdec_template.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/libavcodec/aacdec_template.c b/libavcodec/aacdec_template.c
index 2f270bc..d7849da 100644
--- a/libavcodec/aacdec_template.c
+++ b/libavcodec/aacdec_template.c
@@ -1907,11 +1907,6 @@ static int decode_ics(AACContext *ac,
SingleChannelElement *sce,
ac->oc[1].m4ac.object_type == AOT_ER_AAC_LD ||
ac->oc[1].m4ac.object_type == AOT_ER_AAC_ELD;
- /* This assignment is to silence a GCC warning about the variable being
used
- * uninitialized when in fact it always is.
- */
- pulse.num_pulse = 0;
-
global_gain = get_bits(gb, 8);
if (!common_window && !scale_flag) {
--
2.5.0
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel