mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
2ee9362419
These functions used to be passed directly to pthread_create(), which required them to return void*. This is no longer the case, so they can return a plain int.