Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- valgrind /home/pal/ffmpeg-ht/ffmpeg_g -nostdin -nostats -noauto_conversion_filters -y -cpuflags all -filter_threads 1 -auto_conversion_filters -flags +bitexact -idct simple -sws_flags +accurate_rnd+bitexact -fflags +bitexact -threads 1 -i /home/pal/ffmpeg-ht/tests/data/lavf/lavf.asf -r 25 -f crc -
- ==3015== Memcheck, a memory error detector
- ==3015== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
- ==3015== Using Valgrind-3.15.0 and LibVEX; rerun with -h for copyright info
- ==3015== Command: /home/pal/ffmpeg-ht/ffmpeg_g -nostdin -nostats -noauto_conversion_filters -y -cpuflags all -filter_threads 1 -auto_conversion_filters -flags +bitexact -idct simple -sws_flags +accurate_rnd+bitexact -fflags +bitexact -threads 1 -i /home/pal/ffmpeg-ht/tests/data/lavf/lavf.asf -r 25 -f crc -
- ==3015==
- ffmpeg version N-115500-g1393bc1fa2 Copyright (c) 2000-2024 the FFmpeg developers
- built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.1)
- configuration: --toolchain=valgrind-memcheck
- libavutil 59. 20.100 / 59. 20.100
- libavcodec 61. 5.104 / 61. 5.104
- libavformat 61. 3.104 / 61. 3.104
- libavdevice 61. 2.100 / 61. 2.100
- libavfilter 10. 2.102 / 10. 2.102
- libswscale 8. 2.100 / 8. 2.100
- libswresample 5. 2.100 / 5. 2.100
- ==3015== Conditional jump or move depends on uninitialised value(s)
- ==3015== at 0x56451D: asf_read_ext_content_desc (asfdec_f.c:576)
- ==3015== by 0x565137: asf_read_header (asfdec_f.c:742)
- ==3015== by 0x5938B8: avformat_open_input (demux.c:305)
- ==3015== by 0x2B23E4: ifile_open (ffmpeg_demux.c:1688)
- ==3015== by 0x2CE01C: open_files.isra.0 (ffmpeg_opt.c:1206)
- ==3015== by 0x2CF62B: ffmpeg_parse_options (ffmpeg_opt.c:1246)
- ==3015== by 0x2A7EA7: main (ffmpeg.c:921)
- ==3015==
- ==3015== Conditional jump or move depends on uninitialised value(s)
- ==3015== at 0x564527: asf_read_ext_content_desc (asfdec_f.c:578)
- ==3015== by 0x565137: asf_read_header (asfdec_f.c:742)
- ==3015== by 0x5938B8: avformat_open_input (demux.c:305)
- ==3015== by 0x2B23E4: ifile_open (ffmpeg_demux.c:1688)
- ==3015== by 0x2CE01C: open_files.isra.0 (ffmpeg_opt.c:1206)
- ==3015== by 0x2CF62B: ffmpeg_parse_options (ffmpeg_opt.c:1246)
- ==3015== by 0x2A7EA7: main (ffmpeg.c:921)
- ==3015==
- Input #0, asf, from '/home/pal/ffmpeg-ht/tests/data/lavf/lavf.asf':
- Metadata:
- title : lavftest
- Duration: 00:00:01.02, start: 0.000000, bitrate: 2611 kb/s
- Stream #0:0: Video: msmpeg4v3 (msmpeg4) (MP43 / 0x3334504D), yuv420p, 352x288, 25 fps, 25 tbr, 1k tbn
- Stream #0:1: Audio: mp2 (P[0][0][0] / 0x0050), 44100 Hz, mono, s16p, 64 kb/s
- Stream mapping:
- Stream #0:0 -> #0:0 (msmpeg4v3 (msmpeg4) -> rawvideo (native))
- Stream #0:1 -> #0:1 (mp2 (native) -> pcm_s16le (native))
- Output #0, crc, to 'pipe:':
- Metadata:
- title : lavftest
- encoder : Lavf61.3.104
- Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p(progressive), 352x288, q=2-31, 30412 kb/s, 25 fps, 25 tbn
- Metadata:
- encoder : Lavc61.5.104 rawvideo
- Stream #0:1: Audio: pcm_s16le, 44100 Hz, mono, s16, 705 kb/s
- Metadata:
- encoder : Lavc61.5.104 pcm_s16le
- CRC=0xf6340a10
- [out#0/crc @ 0x4d4d740] video:3712KiB audio:88KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: unknown
- frame= 25 fps=0.0 q=-0.0 Lsize= 0KiB time=00:00:01.00 bitrate= 0.1kbits/s speed=1.28x
- ==3015==
- ==3015== HEAP SUMMARY:
- ==3015== in use at exit: 0 bytes in 0 blocks
- ==3015== total heap usage: 5,514 allocs, 5,514 frees, 9,377,529 bytes allocated
- ==3015==
- ==3015== All heap blocks were freed -- no leaks are possible
- ==3015==
- ==3015== Use --track-origins=yes to see where uninitialised values come from
- ==3015== For lists of detected and suppressed errors, rerun with: -s
- ==3015== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement