[FFmpeg-devel] [PATCH] Unbreak av_malloc_max(0) API/ABI
    Derek Buitenhuis 
    derek.buitenhuis at gmail.com
       
    Tue Oct 13 17:24:26 EEST 2020
    
    
  
On 13/10/2020 15:19, Joakim Tjernlund wrote:
> For now just fixing av_malloc_max(0) will do, av_max_malloc2() etc. is beyond this patch.
As Ronald mentioned, if you're going to fix the ABI/API, you should actually
fix every use of that ABI/API, not just the one you care about (0).
So max values of 1-31 should also be handled.
- Derek
    
    
More information about the ffmpeg-devel
mailing list