]> git.sesse.net Git - vlc/commitdiff
use proper type for struct subpicture_t.b_absolute
authorJean-Paul Saman <jpsaman@videolan.org>
Tue, 9 Aug 2005 14:42:19 +0000 (14:42 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Tue, 9 Aug 2005 14:42:19 +0000 (14:42 +0000)
include/vlc_video.h

index fd008d826152728fab789e268c7233d1a60a177b..9245643465449c24ec0a04261ff9347b7f359022 100644 (file)
@@ -264,7 +264,7 @@ struct subpicture_t
     int          i_alpha;                                  /**< transparency */
     int          i_original_picture_width;  /**< original width 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 */
      /**@}*/