[Ffmpeg-cvslog] r6099 - trunk/libavcodec/mpegaudiodec.c
michael
subversion
Sat Aug 26 17:24:14 CEST 2006
Author: michael
Date: Sat Aug 26 17:24:13 2006
New Revision: 6099
Modified:
trunk/libavcodec/mpegaudiodec.c
Log:
10l found by valgrind
Modified: trunk/libavcodec/mpegaudiodec.c
==============================================================================
--- trunk/libavcodec/mpegaudiodec.c (original)
+++ trunk/libavcodec/mpegaudiodec.c Sat Aug 26 17:24:13 2006
@@ -1745,6 +1745,7 @@
if (get_bits1(&s->gb))
v = -v;
g->sb_hybrid[s_index+!!y] = v;
+ g->sb_hybrid[s_index+ !y] = 0;
}
s_index+=2;
}
More information about the ffmpeg-cvslog
mailing list