On Wed, Jun 15, 2011 at 06:03:57PM -0400, Justin Ruggles wrote: > On 06/14/2011 02:39 PM, Måns Rullgård wrote: > > ==26216== Conditional jump or move depends on uninitialised value(s) > ==26216== at 0x91BC93: ff_ac3_fixed_compute_rematrixing_strategy > (ac3enc_template.c:352) > ==26216== by 0x9199C8: ff_ac3_encode_frame (ac3enc.c:1909) > ==26216== by 0x800476: avcodec_encode_audio (utils.c:629) > ==26216== by 0x4318FC: do_audio_out (ffmpeg.c:954) > ==26216== by 0x434EBD: output_packet (ffmpeg.c:1673) > ==26216== by 0x4377AF: T.658 (ffmpeg.c:2615) > ==26216== by 0x437E95: main (ffmpeg.c:4436) > > I have looked at the generated code, but I don't know what to look for > really. From what I can tell it does the right thing... I don't know > enough about valgrind to know what might be causing it to think otherwise. Using --track-origins=yes might help.
-- fenrir _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
