[vlc-commits] [Git][videolan/vlc][master] lib: document Rgba support in libvlc_picture_get_stride

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Thu Mar 26 18:30:49 UTC 2026



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
d95f66ae by Martin Finkel at 2026-03-26T18:05:07+01:00
lib: document Rgba support in libvlc_picture_get_stride

- - - - -


1 changed file:

- include/vlc/libvlc_picture.h


Changes:

=====================================
include/vlc/libvlc_picture.h
=====================================
@@ -94,7 +94,8 @@ libvlc_picture_type( const libvlc_picture_t* pic );
 
 /**
  * Returns the image stride, ie. the number of bytes per line.
- * This can only be called on images of type libvlc_picture_Argb
+ * This can only be called on images of type libvlc_picture_Argb or
+ * libvlc_picture_Rgba
  *
  * \param pic A picture object
  */



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d95f66ae0cc5ad156082dd67b30a410552ae43ad

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d95f66ae0cc5ad156082dd67b30a410552ae43ad
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list