[FFmpeg-devel] [PATCH v14 2/5] compat/w32dlfcn.h: Remove MAX_PATH limit and replace LoadLibraryExA with LoadLibraryExW

nil-admirari at mailo.com nil-admirari at mailo.com
Fri Jun 17 12:33:58 EEST 2022


> With the +1 your while condition term is effectively
>
> path_size <= 32768
>
> But when the path_size is 32768, you do not need to
> go for another loop with an increased buffer because this is
> already as large as it can get. There won't be any 32769
> or 32770 (...) cases, I think.

Removed +1: https://ffmpeg.org/pipermail/ffmpeg-devel/2022-June/297688.html.





More information about the ffmpeg-devel mailing list