[FFmpeg-devel] [PATCH 1/4] lavu: add simple array implementation

Nicolas George george at nsup.org
Fri Mar 21 15:49:25 CET 2014


Le primidi 1er germinal, an CCXXII, Lukasz Marek a écrit :
> intptr_t *tab = *(void**)tab_ptr;
> 
> This line is copied from Nicolas implementation/original implementation.

Yes, this line is currently present in the code. There is nothing that
prevents to fix it, I suppose just changing to "void *tab" would work, but
that seems orthogonal to the patches at hand.

Regards,

-- 
  Nicolas George


More information about the ffmpeg-devel mailing list