]> git.sesse.net Git - vlc/blobdiff - src/video_output/vout_internal.h
Added picture_Export (internal) helper.
[vlc] / src / video_output / vout_internal.h
index a2ef5e736a62bef35d4618e55d717933232cdacf..8b9a578e49ae4df529ab99bd997da6f41ef325e1 100644 (file)
@@ -107,10 +107,6 @@ 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