Changes between Initial Version and Version 1 of Ticket #10987, comment 4


Ignore:
Timestamp:
May 3, 2024, 4:52:45 AM (2 years ago)
Author:
Fallan

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10987, comment 4

    initial v1  
    1 Some more information that might be useful:   I ran Michael Koch's simplified example using st and ld (with "-frames=25" to avoid error message) for ffmpeg versions 6.1, 5.1 and 4.4 and found the same problematic noisy result.   Also, I ran the recent version 7 master several times and got different random noise each time; feeding the outputs into hstack makes an easy comparison.
     1Some more information that might be useful:   I ran Michael Koch's simplified example using st and ld (with "-frames=25" to avoid error message) for ffmpeg versions 6.1, 5.1 and 4.4 and found the same kind of problematic noisy result but not exactly the same.   Also, I ran the recent version 7 master several times and got different random noise each time; feeding the outputs into hstack makes an easy comparison.
    22
    33So the "overwriting" of the stored variable is not systematic, it's as if its memory is mistakenly freed and used for some other things at random.