From: Vittorio Giovara Date: Tue, 30 Jun 2015 13:38:46 +0000 (+0200) Subject: dump: Use the correct abs() version X-Git-Tag: v12_alpha1~1592 X-Git-Url: https://git.libav.org/?p=libav.git;a=commitdiff_plain;h=df22e30172b09cda4d6f7d4f43508284be65848a;hp=df22e30172b09cda4d6f7d4f43508284be65848a dump: Use the correct abs() version Fix warning from clang "absolute value function 'abs' given an argument of type 'long long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]". ---