Changes between Version 1 and Version 2 of Ticket #9458, comment 7
- Timestamp:
- Aug 28, 2022, 6:13:16 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9458, comment 7
v1 v2 1 1 There is a race in the MPEG-4 encoder (which is of course unreproducible with one encoder thread). Reads in ff_mpeg4_pred_dc() are not synced with writes in ff_mpeg4_pred_dc() as well as ff_clean_intra_table_entries(). The same races happen in the vsynth*-mpeg4-thread-tests (with x from 1..3, _lena). 2 2 3 But there is also a use of an uninitialized value in swscale :3 But there is also a use of an uninitialized value in swscale; this is probably the real issue here: 4 4 5 5 {{{


