mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 18:09:36 +00:00
avutil/executor: Fix stack overflow due to recursive call
av_executor_execute run the task directly when thread is disabled. The task can schedule a new task by call av_executor_execute. This forms an implicit recursive call. This patch removed the recursive call.
This commit is contained in:
parent
54f9469fa1
commit
906b883e7b