From: Laurent Aimar Date: Thu, 15 Jul 2010 18:55:59 +0000 (+0200) Subject: Fixed a compilation warning. X-Git-Tag: 1.2.0-pre1~5817 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=00fa14440f3da5324e882e4a57184884d1f68c7b;p=vlc Fixed a compilation warning. --- diff --git a/src/video_output/display.c b/src/video_output/display.c index af73be8698..4749eb2889 100644 --- a/src/video_output/display.c +++ b/src/video_output/display.c @@ -286,8 +286,8 @@ struct vout_display_owner_sys_t { } sar_initial; /* */ - int width_saved; - int height_saved; + unsigned width_saved; + unsigned height_saved; struct { unsigned num;