]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Disable unused code.
[vlc] / include / vlc_vout.h
index 420ad51faa38d95665b3abd80dce0de2ea5c8fd4..e82f1fb7a638ec4738cab3bf77ed150fad1dd53e 100644 (file)
@@ -167,6 +167,8 @@ static inline void picture_CopyProperties( picture_t *p_dst, const picture_t *p_
 
 /**
  * This function will copy the picture pixels.
+ * You can safely copy between pictures that do not have the same size,
+ * only the compatible(smaller) part will be copied.
  */
 VLC_EXPORT( void, picture_CopyPixels, ( picture_t *p_dst, const picture_t *p_src ) );