Advertisement
Guest User

valgrind error 2

a guest
Jun 7th, 2024
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. 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 -
  2. ==3015== Memcheck, a memory error detector
  3. ==3015== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
  4. ==3015== Using Valgrind-3.15.0 and LibVEX; rerun with -h for copyright info
  5. ==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 -
  6. ==3015==
  7. ffmpeg version N-115500-g1393bc1fa2 Copyright (c) 2000-2024 the FFmpeg developers
  8. built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.1)
  9. configuration: --toolchain=valgrind-memcheck
  10. libavutil 59. 20.100 / 59. 20.100
  11. libavcodec 61. 5.104 / 61. 5.104
  12. libavformat 61. 3.104 / 61. 3.104
  13. libavdevice 61. 2.100 / 61. 2.100
  14. libavfilter 10. 2.102 / 10. 2.102
  15. libswscale 8. 2.100 / 8. 2.100
  16. libswresample 5. 2.100 / 5. 2.100
  17. ==3015== Conditional jump or move depends on uninitialised value(s)
  18. ==3015== at 0x56451D: asf_read_ext_content_desc (asfdec_f.c:576)
  19. ==3015== by 0x565137: asf_read_header (asfdec_f.c:742)
  20. ==3015== by 0x5938B8: avformat_open_input (demux.c:305)
  21. ==3015== by 0x2B23E4: ifile_open (ffmpeg_demux.c:1688)
  22. ==3015== by 0x2CE01C: open_files.isra.0 (ffmpeg_opt.c:1206)
  23. ==3015== by 0x2CF62B: ffmpeg_parse_options (ffmpeg_opt.c:1246)
  24. ==3015== by 0x2A7EA7: main (ffmpeg.c:921)
  25. ==3015==
  26. ==3015== Conditional jump or move depends on uninitialised value(s)
  27. ==3015== at 0x564527: asf_read_ext_content_desc (asfdec_f.c:578)
  28. ==3015== by 0x565137: asf_read_header (asfdec_f.c:742)
  29. ==3015== by 0x5938B8: avformat_open_input (demux.c:305)
  30. ==3015== by 0x2B23E4: ifile_open (ffmpeg_demux.c:1688)
  31. ==3015== by 0x2CE01C: open_files.isra.0 (ffmpeg_opt.c:1206)
  32. ==3015== by 0x2CF62B: ffmpeg_parse_options (ffmpeg_opt.c:1246)
  33. ==3015== by 0x2A7EA7: main (ffmpeg.c:921)
  34. ==3015==
  35. Input #0, asf, from '/home/pal/ffmpeg-ht/tests/data/lavf/lavf.asf':
  36. Metadata:
  37. title : lavftest
  38. Duration: 00:00:01.02, start: 0.000000, bitrate: 2611 kb/s
  39. Stream #0:0: Video: msmpeg4v3 (msmpeg4) (MP43 / 0x3334504D), yuv420p, 352x288, 25 fps, 25 tbr, 1k tbn
  40. Stream #0:1: Audio: mp2 (P[0][0][0] / 0x0050), 44100 Hz, mono, s16p, 64 kb/s
  41. Stream mapping:
  42. Stream #0:0 -> #0:0 (msmpeg4v3 (msmpeg4) -> rawvideo (native))
  43. Stream #0:1 -> #0:1 (mp2 (native) -> pcm_s16le (native))
  44. Output #0, crc, to 'pipe:':
  45. Metadata:
  46. title : lavftest
  47. encoder : Lavf61.3.104
  48. Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p(progressive), 352x288, q=2-31, 30412 kb/s, 25 fps, 25 tbn
  49. Metadata:
  50. encoder : Lavc61.5.104 rawvideo
  51. Stream #0:1: Audio: pcm_s16le, 44100 Hz, mono, s16, 705 kb/s
  52. Metadata:
  53. encoder : Lavc61.5.104 pcm_s16le
  54. CRC=0xf6340a10
  55. [out#0/crc @ 0x4d4d740] video:3712KiB audio:88KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: unknown
  56. frame= 25 fps=0.0 q=-0.0 Lsize= 0KiB time=00:00:01.00 bitrate= 0.1kbits/s speed=1.28x
  57. ==3015==
  58. ==3015== HEAP SUMMARY:
  59. ==3015== in use at exit: 0 bytes in 0 blocks
  60. ==3015== total heap usage: 5,514 allocs, 5,514 frees, 9,377,529 bytes allocated
  61. ==3015==
  62. ==3015== All heap blocks were freed -- no leaks are possible
  63. ==3015==
  64. ==3015== Use --track-origins=yes to see where uninitialised values come from
  65. ==3015== For lists of detected and suppressed errors, rerun with: -s
  66. ==3015== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement