]> git.sesse.net Git - vlc/commit
image.c: ImageReadUrl now tries to open the image using the stream functions if fopen...
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 18 Feb 2006 17:57:47 +0000 (17:57 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 18 Feb 2006 17:57:47 +0000 (17:57 +0000)
commit8ca8d34604ec47d5ec63351755d1e049255a72e2
tree19b2385a524873dbbb3135ccfb04231fe3b3add1
parentf4941313a7a3d54081ecad6e1e8486cdcb5d8746
image.c: ImageReadUrl now tries to open the image using the stream functions if fopen failed. (Which means that it can now read images on the web)
src/misc/image.c