Skip to content
Snippets Groups Projects
Commit 43fee490 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf
Browse files

vlc_vout_wrapper: the sar is always unsigned


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 461669f3
No related branches found
No related tags found
No related merge requests found
......@@ -66,8 +66,8 @@ typedef struct {
unsigned wm_state;
#endif
struct {
int num;
int den;
unsigned num;
unsigned den;
} sar;
} vout_display_state_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment