[vlc-devel] [PATCH] Changing libvlc_video_take_snapshot prototype

Hugo Beauzee-Luyssen beauze.h at gmail.com
Sun May 10 19:05:44 CEST 2009


Hi,

This is just a minor patch to make libvlc_video_take_snapshot take a
const char* as the filename parameter, instead of a char*.
Since the parameter is a file name, it shouldn't be modified inside
the scope of this function, and thus can be a const char*, which may
avoid some workarounds.

Regards

-- 
Hugo Beauzée-Luyssen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-Changing-libvlc_video_take_snapshot-prototype.patch
Type: text/x-patch
Size: 1597 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090510/99a02f90/attachment.bin>


More information about the vlc-devel mailing list