> > On Mon, Apr 27, 2015 at 12:47 PM, Carl Eugen Hoyos <ceho...@ag.or.at> >>> wrote: >> >> >>> Please do not merge patches, instead send two >> >> patches: One that adds support for large boxes >> >> and a second one. The second one has to apply >> >> cleanly after the first was applied. >> >> >>> Carl Eugen >> >>
No problem. I can post them as separate patches. As you mentioned, yes av_dynarray_add() looks tricky. Earlier I was implementing dynarray with int ** which you can see in the patch. To use size_t* in place to int** I had to reinterpret-cast an int to a pointer. As someone else suggested, av_dynarray2_add() can be a better option. -- Niklesh Lalwani Third Year Undergraduate Electrical Engineering IIT Bombay _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel