From 72d74337f77b0d7c489071daace942277a7252d6 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Thu, 20 Aug 2009 12:04:54 +0200 Subject: [PATCH] es: RGB masks needs to be uint32_t. --- include/vlc_es.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_es.h b/include/vlc_es.h index ebcc86f238..b5be71ecf0 100644 --- a/include/vlc_es.h +++ b/include/vlc_es.h @@ -122,7 +122,7 @@ struct video_format_t unsigned int i_frame_rate; /**< frame rate numerator */ unsigned int i_frame_rate_base; /**< frame rate denominator */ - int i_rmask, i_gmask, i_bmask; /**< color masks for RGB chroma */ + uint32_t i_rmask, i_gmask, i_bmask; /**< color masks for RGB chroma */ int i_rrshift, i_lrshift; int i_rgshift, i_lgshift; int i_rbshift, i_lbshift; -- 2.39.2