[libav-bugs] [Bug 158] Infinite Loop in H264 Conformance
bugzilla-daemon at aruru.libav.org
bugzilla-daemon at aruru.libav.org
Fri Dec 16 13:58:58 CET 2011
http://bugzilla.libav.org/show_bug.cgi?id=158
--- Comment #4 from Martin Storsjö <martin at martin.st> 2011-12-16 13:58:58 CET ---
In valgrind, I get this error (on 64 bit linux):
==21597== Conditional jump or move depends on uninitialised value(s)
==21597== at 0x6A0DF5: ff_h264_find_frame_end.clone.0 (h264_parser.c:53)
==21597== by 0x6A1333: h264_parse (h264_parser.c:261)
==21597== by 0x79AE79: av_parser_parse2 (parser.c:151)
==21597== by 0x4EA758: read_frame_internal (utils.c:1133)
==21597== by 0x4ED8CC: avformat_find_stream_info (utils.c:2363)
==21597== by 0x436C77: opt_input_file (avconv.c:3023)
==21597== by 0x43CD6E: parse_option (cmdutils.c:275)
==21597== by 0x43CFFA: parse_options (cmdutils.c:308)
==21597== by 0x43AB53: main (avconv.c:4242)
==21597==
--
Configure bugmail: http://bugzilla.libav.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the libav-bugs
mailing list