mirror of https://github.com/FFmpeg/FFmpeg.git
Add a pointer parameter that if supplied will be used to return the updated decode_error_flags. This will allow to fix several races when using frame-threading; these resulted from AVFrame that the earlier code updated concurrently being used as source in an av_frame_ref() call in the decoder's update_thread_context. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>pull/390/head
parent
4f4dc0a1a2
commit
d2bc039501
9 changed files with 26 additions and 13 deletions
Loading…
Reference in new issue