1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
FFmpeg/libavfilter
Carl Eugen Hoyos 9cb3d8fcb7 lavfi/af_afir,af_aiir: Remove a variable that is always -1.
Fixes two warnings:
libavfilter/af_afir.c:194:45: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow]
     int dx = FFABS(x1-x0), sx = x0 < x1 ? 1 : -1;
                                 ~~~~~~~~~~~~^~~~
libavfilter/af_aiir.c:689:45: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow]
     int dx = FFABS(x1-x0), sx = x0 < x1 ? 1 : -1;
                                 ~~~~~~~~~~~~^~~~
2018-07-19 23:13:24 +02:00
..
2017-11-26 14:05:25 +01:00
2018-07-15 10:07:54 +02:00
2018-03-31 23:26:30 +01:00
2018-03-31 23:26:30 +01:00
2018-06-21 00:31:42 +01:00
2018-06-21 00:31:42 +01:00
2018-05-05 21:50:22 +02:00
2018-07-15 10:07:54 +02:00
2018-06-21 00:31:42 +01:00
2017-12-27 11:54:22 +01:00
2018-01-03 19:45:01 +01:00
2018-03-08 11:23:34 +01:00
2018-01-05 03:35:48 +01:00
2018-07-15 10:07:54 +02:00
2017-11-25 09:51:33 +01:00
2017-12-06 15:42:23 +01:00
2018-07-02 13:45:38 -03:00
2018-04-13 08:41:51 +02:00
2017-12-23 10:48:14 +01:00