]> git.sesse.net Git - vlc/commitdiff
reference count should really be unsigned
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 30 Sep 2007 13:59:28 +0000 (13:59 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 30 Sep 2007 13:59:28 +0000 (13:59 +0000)
include/vlc_vout.h

index 66289edeca1553f5d202e67aa9cadccf454185c0..69da3ffbb55aa8a740b57e823929c7a3b2d3c448 100644 (file)
@@ -86,7 +86,7 @@ struct picture_t
      * These properties can be modified using the video output thread API,
      * but should never be written directly */
     /**@{*/
-    int             i_refcount;                  /**< link reference counter */
+    unsigned        i_refcount;                  /**< link reference counter */
     mtime_t         date;                                  /**< display date */
     vlc_bool_t      b_force;
     /**@}*/