[vlc-devel] [PATCH 01/28] vlc_vout_wrapper: the sar is always	unsigned
    Steve Lhomme 
    robux4 at videolabs.io
       
    Fri Mar 31 18:14:16 CEST 2017
    
    
  
---
 include/vlc_vout_wrapper.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/vlc_vout_wrapper.h b/include/vlc_vout_wrapper.h
index 7cf13b82fb..ee69ad565e 100644
--- a/include/vlc_vout_wrapper.h
+++ b/include/vlc_vout_wrapper.h
@@ -66,8 +66,8 @@ typedef struct {
     unsigned wm_state;
 #endif
     struct {
-        int num;
-        int den;
+        unsigned num;
+        unsigned den;
     } sar;
 } vout_display_state_t;
 
-- 
2.11.1
    
    
More information about the vlc-devel
mailing list