[vlc-commits] commit: Fixed a compilation warning. (Laurent Aimar )

git at videolan.org git at videolan.org
Thu Jul 15 20:59:37 CEST 2010


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Jul 15 20:55:59 2010 +0200| [00fa14440f3da5324e882e4a57184884d1f68c7b] | committer: Laurent Aimar 

Fixed a compilation warning.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=00fa14440f3da5324e882e4a57184884d1f68c7b
---

 src/video_output/display.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/video_output/display.c b/src/video_output/display.c
index af73be8..4749eb2 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;



More information about the vlc-commits mailing list