]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Simplify the version test dans remove useless things
[vlc] / 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;
     /**@}*/