[vlc-devel] [PATCH v3 04/10] core: use refcounter helper for pictures

Rémi Denis-Courmont remi at remlab.net
Tue Jul 3 20:10:24 CEST 2018


Le tiistaina 3. heinäkuuta 2018, 9.47.55 EEST Romain Vimont a écrit :
> @@ -27,7 +26,7 @@ typedef struct
>      picture_t picture;
>      struct
>      {
> -        atomic_uintptr_t refs;
> +        vlc_atomic_rc_t rc;

Wrong as already explained multiple times.

-- 
Rémi Denis-Courmont
http://www.remlab.net/





More information about the vlc-devel mailing list