[vlc-commits] [Git][videolan/vlc][master] vlc_picture: fix visible_pitch ambiguous label
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Sep 15 14:21:50 UTC 2022
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
5b1a0562 by Francois Cartegnie at 2022-09-15T13:50:26+00:00
vlc_picture: fix visible_pitch ambiguous label
- - - - -
1 changed file:
- include/vlc_picture.h
Changes:
=====================================
include/vlc_picture.h
=====================================
@@ -55,7 +55,7 @@ typedef struct plane_t
/* Variables used for pictures with margins */
int i_visible_lines; /**< How many visible lines are there? */
- int i_visible_pitch; /**< How many visible pixels are there? */
+ int i_visible_pitch; /**< How many bytes for visible pixels are there? */
} plane_t;
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5b1a0562d0393a985d1865ccf104ec451abe1364
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5b1a0562d0393a985d1865ccf104ec451abe1364
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list