Change #273858
| Category | ffmpeg |
| Changed by | tknaveen <unbornboron69@gmail.com> |
| Changed at | Fri 03 Jul 2026 15:29:36 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 766074133f9711e440144a940ac0ad32a8b8e5d7 |
Comments
avfilter/dnn_backend_torch: fix missing ret in async error path ff_dnn_start_inference_async() return value was not stored in ret, causing execute_model_th() to return success on async startup failure. This left vf_dnn_processing stuck in its flush loop waiting on a task that was never started.
Changed files
- libavfilter/dnn/dnn_backend_torch.cpp