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
..
2018-05-08 10:28:06 +02:00
2018-07-03 00:11:28 +01:00
2018-05-10 19:28:51 +08:00
2018-06-02 13:09:06 +02:00
2018-05-16 12:20:38 +02:00
2018-05-05 21:32:33 +02:00
2018-07-19 23:13:24 +02:00
2018-05-29 21:57:42 +02:00
2018-07-19 23:13:24 +02:00
2018-06-17 09:59:33 +08:00
2018-05-05 21:32:33 +02:00
2018-06-14 19:19:17 -06:00
2018-05-05 21:32:33 +02:00
2018-07-15 10:07:54 +02:00
2018-06-03 12:43:43 +02:00
2018-06-21 00:31:42 +01:00
2018-06-21 00:31:42 +01:00
2018-06-28 16:14:35 +01:00
2018-06-28 16:14:35 +01:00
2018-07-02 10:47:14 -03:00
2018-05-29 10:02:30 -03:00
2018-07-02 10:47:14 -03:00
2018-06-05 10:16:50 -03:00
2018-07-02 10:47:14 -03:00
2018-06-08 10:26:08 -03:00
2018-07-02 10:47:14 -03:00
2018-07-02 10:47:14 -03:00
2018-05-05 21:50:22 +02:00
2018-06-03 18:50:04 +02:00
2018-06-24 19:39:01 +01:00
2018-06-24 19:39:01 +01:00
2018-06-17 09:59:33 +08:00
2018-07-15 10:07:54 +02:00
2018-06-21 01:19:18 +01:00
2018-06-07 19:38:58 +08:00
2018-07-11 23:03:46 +01:00
2018-07-07 21:08:08 +05:30
2018-07-15 10:23:20 +02:00
2018-05-31 16:22:59 +02:00
2018-07-11 23:17:04 +01:00
2018-05-14 18:08:35 +02:00
2018-06-21 00:31:42 +01:00
2018-05-31 16:22:59 +02:00
2018-05-05 17:37:50 +02:00
2018-06-28 16:14:35 +01:00
2018-07-12 23:28:46 +01:00
2018-05-05 11:01:02 +02:00
2018-05-12 12:34:02 +02:00
2018-07-13 10:11:15 +05:30
2018-05-04 21:37:33 +02:00
2018-05-05 21:35:31 +02:00
2018-05-31 16:22:59 +02:00
2018-05-10 00:34:22 +02:00
2018-07-15 10:07:54 +02:00
2018-05-04 18:29:53 -03:00
2018-05-14 18:26:16 +02:00
2018-06-02 19:16:22 +02:00
2018-05-12 15:46:28 +02:00
2018-07-08 23:05:34 +08:00
2018-05-08 12:47:38 +02:00
2018-05-08 10:28:06 +02:00
2018-07-11 23:03:46 +01:00
2018-07-11 23:03:46 +01:00
2018-07-02 13:45:38 -03:00
2018-05-08 12:47:38 +02:00
2018-07-11 23:03:46 +01:00
2018-07-11 23:03:46 +01:00
2018-05-18 13:15:09 +02:00
2018-07-04 18:48:10 +02:00
2018-06-03 14:57:25 +02:00
2018-05-18 17:42:57 -03:00