]> git.sesse.net Git - vlc/commit
* revert the rewrite of MP4_GETSTRINGZ in the previous commit, as strnlen is a GNU...
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 28 May 2007 11:13:48 +0000 (11:13 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 28 May 2007 11:13:48 +0000 (11:13 +0000)
commitabcc92124efc217c4b2c1473cebb9616ad522855
tree8116edae9d31540f282e8eed07b97fbc9c97b659
parent0e80477b3910dcfbebca4f397b9a59bd2e003ae9
* revert the rewrite of MP4_GETSTRINGZ in the previous commit, as strnlen is a GNU-extension and therefore unavailable on Mac OS X and other platforms. I think this way is easier than writing an own implementation for OSX, but feel free to tell me otherwise. (closes #1213)
modules/demux/mp4/libmp4.c