[FFmpeg-devel] [PATCH] Using size_t* instead of int** for dynarrays and add support for large boxes

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Apr 27 09:22:39 CEST 2015


Niklesh Lalwani <niklesh.lalwani <at> iitb.ac.in> writes:

> -    av_dynarray_add(&style_start, &index, style_pos);
> +    av_dynarray_add(&style_start, &index, (void*)(size_t)style_pos);

Imo, this ugliness indicates that there is something 
wrong with your patch but that may only be me.

Carl Eugen



More information about the ffmpeg-devel mailing list