[FFmpeg-devel] [PATCH 1/1] lavf/dashdec: Multithreaded DASH initialization

Lukas Fellechner Lukas.Fellechner at gmx.net
Sun Aug 21 15:47:26 EEST 2022


>> + struct representation* common_pls;
>> + pthread_mutex_t* common_mutex;
>> + pthread_cond_t* common_condition;
> Should add #if HAVE_THREADS to check if the pthread supported.

You are right, I will add HAVE_THREADS checks.


More information about the ffmpeg-devel mailing list