do not check unsigned values for negative
commitab124d64d7994d43b74e28154d01b9740af344d2
authorSteve Lhomme <robux4@videolabs.io>
Mon, 3 Apr 2017 11:16:22 +0000 (3 13:16 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 7 Apr 2017 12:26:18 +0000 (7 14:26 +0200)
tree19d7fd8f6bc551f9b29855898d01e6dbc3f7cc16
parentecd3173375fedcbaa9d538b240f8e90be625be56
do not check unsigned values for negative

vout_intf:
It seems the == should be a && test otherwise we may set a num/den that's 0:0
which is an invalid aspect ratio and won't be used.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/access/imem.c
src/input/es_out.c
src/video_output/display.c
src/video_output/video_output.c
src/video_output/vout_intf.c