]> git.sesse.net Git - vlc/commitdiff
Fixed a compilation warning.
authorLaurent Aimar <fenrir@videolan.org>
Thu, 15 Jul 2010 18:55:59 +0000 (20:55 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 15 Jul 2010 18:56:34 +0000 (20:56 +0200)
src/video_output/display.c

index af73be86988c14da809cd7d64e8dab2efc7b0cde..4749eb2889c737a80dbeb900ddf843ae23ded864 100644 (file)
@@ -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;