Changes between Initial Version and Version 1 of Ticket #3582, comment 3
- Timestamp:
- Apr 28, 2014, 7:50:33 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3582, comment 3
initial v1 1 1 "Invalid read of size 8" is reproducible with: 2 2 {{{ 3 $ valgrind ./ffmpeg_g -cpuflags mmx -f lavfi -i testsrc=s=634x320 -frames:v 1 -pix_fmt yuv420p-f null -3 $ valgrind ./ffmpeg_g -cpuflags mmx+sse+sse2+ssse3 -f lavfi -i testsrc=s=634x320 -frames:v 1 -vcodec mpeg4 -f null - 4 4 }}} 5 5 I cannot trigger an invalid read of size 16 here.


