On Wed, May 08, 2024 at 05:19:49PM +0200, Ramiro Polla wrote: > ff_init_me() was being called after ff_update_duplicate_context(), > which caused the propagation of the initialization to other thread > contexts to be delayed by one frame. > > In the case of mpeg4 (or flipflop_rounding), this would make the > hpel_put functions differ between the first thread (which would be > correctly initialized) and the other threads (which would be stale > from the previous frame). > --- > libavcodec/mpegvideo_enc.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)
have you confirmed the actual used rounding matches after this encoder & decoder side ? if yes then this should be ok thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Elect your leaders based on what they did after the last election, not based on what they say before an election.
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".