]> git.sesse.net Git - ffmpeg/commit
dump: Use the correct abs() version
authorVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 30 Jun 2015 13:38:46 +0000 (15:38 +0200)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 30 Jun 2015 23:13:58 +0000 (00:13 +0100)
commitdf22e30172b09cda4d6f7d4f43508284be65848a
tree2cef0c343b267e5155a09f8031404d766d25f16a
parent0d449c81b3dd25835ae6ac849cdd150f35b9c5c6
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]".
libavformat/dump.c