dump: Use the correct abs() version

Multimedia / Libav - Vittorio Giovara [gmail.com] - 30 June 2015 18:13 UTC

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]".

df22e30 dump: Use the correct abs() version
libavformat/dump.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Upstream: git.libav.org


  • Share