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:
Zhao Zhili 2024-07-08 20:13:37 +08:00 committed by Nuo Mi
parent 54f9469fa1
commit 906b883e7b