mirror of https://github.com/FFmpeg/FFmpeg.git
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).release/7.1
parent
713c6eba8d
commit
b8af0809fb
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue