[FFmpeg-devel] [PATCH] don't use longs in dynarray_add
Ramiro Polla
ramiro.polla
Sat Jan 31 03:17:35 CET 2009
Hi,
Attached patch changes (unsigned long) to (void *) in dynarray_add.
dynarray_add is used to store pointers, and assuming sizeof(void *) ==
sizeof(unsigned long) here crashes on mingw-w64.
Ramiro Polla
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mingw-w64-dynarray_long.diff
Type: text/x-patch
Size: 1789 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090131/e2954c3b/attachment.bin>
More information about the ffmpeg-devel
mailing list