Commit ca639cdf authored by Jean-Paul Saman's avatar Jean-Paul Saman

use proper type for struct subpicture_t.b_absolute

parent 09848652
...@@ -264,7 +264,7 @@ struct subpicture_t ...@@ -264,7 +264,7 @@ struct subpicture_t
int i_alpha; /**< transparency */ int i_alpha; /**< transparency */
int i_original_picture_width; /**< original width of the movie */ int i_original_picture_width; /**< original width of the movie */
int i_original_picture_height;/**< original height of the movie */ int i_original_picture_height;/**< original height of the movie */
int b_absolute; /**< position is absolute */ vlc_bool_t b_absolute; /**< position is absolute */
int i_flags; /**< position flags */ int i_flags; /**< position flags */
/**@}*/ /**@}*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment