Skip to content
Snippets Groups Projects
Commit 5b1a0562 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed: Committed by Steve Lhomme
Browse files

vlc_picture: fix visible_pitch ambiguous label

parent 085d1ae7
No related branches found
No related tags found
1 merge request!2551vlc_picture: fix visible_pitch ambiguous label
Pipeline #263015 canceled with stage
in 13 minutes and 19 seconds
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment