Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ==12893== Memcheck, a memory error detector
- ==12893== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
- ==12893== Using Valgrind-3.6.1-Debian and LibVEX; rerun with -h for copyright info
- ==12893== Command: ./ffmpeg_g -i /home/ungureanu/Downloads/crash2 -f null -
- ==12893==
- ffmpeg version N-36616-ga6e1c28 Copyright (c) 2000-2012 the FFmpeg developers
- built on Jan 9 2012 11:44:00 with gcc 4.6.1
- configuration: --disable-optimizations
- libavutil 51. 34.100 / 51. 34.100
- libavcodec 53. 54.100 / 53. 54.100
- libavformat 53. 29.100 / 53. 29.100
- libavdevice 53. 4.100 / 53. 4.100
- libavfilter 2. 58.100 / 2. 58.100
- libswscale 2. 1.100 / 2. 1.100
- libswresample 0. 5.100 / 0. 5.100
- ==12893== Conditional jump or move depends on uninitialised value(s)
- ==12893== at 0x420AD19: inflateReset2 (in /lib/i386-linux-gnu/libz.so.1.2.3.4)
- ==12893== by 0x420AE0C: inflateInit2_ (in /lib/i386-linux-gnu/libz.so.1.2.3.4)
- ==12893== by 0x420AE92: inflateInit_ (in /lib/i386-linux-gnu/libz.so.1.2.3.4)
- ==12893== by 0x8587E46: decode_init (zmbv.c:638)
- ==12893== by 0x84A3F89: avcodec_open2 (utils.c:830)
- ==12893== by 0x8194649: avformat_find_stream_info (utils.c:2426)
- ==12893== by 0x8057828: opt_input_file (ffmpeg.c:3681)
- ==12893== by 0x805DB7D: parse_option (cmdutils.c:300)
- ==12893== by 0x805DCA7: parse_options (cmdutils.c:333)
- ==12893== by 0x805CD82: main (ffmpeg.c:5072)
- ==12893==
- Input #0, avi, from '/home/ungureanu/Downloads/crash2':
- Duration: 00:00:45.55, start: 0.000000, bitrate: 3 kb/s
- Stream #0:0: Video: zmbv (ZMBV / 0x56424D5A), rgb24, 320x200, 70.09 fps, 70.09 tbr, 70.09 tbn, 70.09 tbc
- Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, 2 channels, s16, 1411 kb/s
- [buffer @ 0x4c5b160] w:320 h:200 pixfmt:rgb24 tb:1/1000000 sar:0/1 sws_param:
- Output #0, null, to 'pipe:':
- Metadata:
- encoder : Lavf53.29.100
- Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 320x200, q=2-31, 200 kb/s, 90k tbn, 70.09 tbc
- Stream #0:1: Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s
- Stream mapping:
- Stream #0:0 -> #0:0 (zmbv -> rawvideo)
- Stream #0:1 -> #0:1 (pcm_s16le -> pcm_s16le)
- Press [q] to stop, [?] for help
- ==12893== Use of uninitialised value of size 4
- ==12893== at 0x85879B4: decode_frame (zmbv.c:537)
- ==12893== by 0x84A4605: avcodec_decode_video2 (utils.c:998)
- ==12893== by 0x8051520: transcode_video (ffmpeg.c:2056)
- ==12893== by 0x8051EDD: output_packet (ffmpeg.c:2237)
- ==12893== by 0x80554F2: transcode (ffmpeg.c:3009)
- ==12893== by 0x805CE69: main (ffmpeg.c:5092)
- ==12893==
- ==12893== Use of uninitialised value of size 4
- ==12893== at 0x85879E4: decode_frame (zmbv.c:538)
- ==12893== by 0x84A4605: avcodec_decode_video2 (utils.c:998)
- ==12893== by 0x8051520: transcode_video (ffmpeg.c:2056)
- ==12893== by 0x8051EDD: output_packet (ffmpeg.c:2237)
- ==12893== by 0x80554F2: transcode (ffmpeg.c:3009)
- ==12893== by 0x805CE69: main (ffmpeg.c:5092)
- ==12893==
- ==12893== Use of uninitialised value of size 4
- ==12893== at 0x8587A14: decode_frame (zmbv.c:539)
- ==12893== by 0x84A4605: avcodec_decode_video2 (utils.c:998)
- ==12893== by 0x8051520: transcode_video (ffmpeg.c:2056)
- ==12893== by 0x8051EDD: output_packet (ffmpeg.c:2237)
- ==12893== by 0x80554F2: transcode (ffmpeg.c:3009)
- ==12893== by 0x805CE69: main (ffmpeg.c:5092)
- ==12893==
- ==12893==
- ==12893== HEAP SUMMARY:
- ==12893== in use at exit: 13,702,537 bytes in 201,388 blocks
- ==12893== total heap usage: 201,445 allocs, 57 frees, 14,439,535 bytes allocated
- ==12893==
- ==12893== LEAK SUMMARY:
- ==12893== definitely lost: 8 bytes in 1 blocks
- ==12893== indirectly lost: 18 bytes in 3 blocks
- ==12893== possibly lost: 0 bytes in 0 blocks
- ==12893== still reachable: 13,702,511 bytes in 201,384 blocks
- ==12893== suppressed: 0 bytes in 0 blocks
- ==12893== Rerun with --leak-check=full to see details of leaked memory
- ==12893==
- ==12893== For counts of detected and suppressed errors, rerun with: -v
- ==12893== Use --track-origins=yes to see where uninitialised values come from
- ==12893== ERROR SUMMARY: 192002 errors from 4 contexts (suppressed: 81 from 8)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement