[vlc-devel] commit: Fixed missing vout_Snapshot internal function prototype. ( Laurent Aimar )
git version control
git at videolan.org
Sun Feb 15 15:44:46 CET 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Feb 15 15:43:25 2009 +0100| [dd0a041bdf4a7bf35957383db4178f49e1ff3ec6] | committer: Laurent Aimar
Fixed missing vout_Snapshot internal function prototype.
It was broken after being privatized.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dd0a041bdf4a7bf35957383db4178f49e1ff3ec6
---
src/video_output/vout_internal.h | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/video_output/vout_internal.h b/src/video_output/vout_internal.h
index 700bbd1..3b434fd 100644
--- a/src/video_output/vout_internal.h
+++ b/src/video_output/vout_internal.h
@@ -106,5 +106,11 @@ picture_t *vout_RenderPicture( vout_thread_t *, picture_t *,
*/
void vout_UsePictureLocked( vout_thread_t *p_vout, picture_t *p_pic );
+
+/*
+ * DO NOT use vout_UsePictureLocked unless you are in src/video_ouput.
+ */
+int vout_Snapshot( vout_thread_t *, picture_t *p_pic );
+
#endif
More information about the vlc-devel
mailing list