Hendrik Leppkes
cb8f70c96e
vf_fps: use double constants for default/min/max for start_time
...
When using AV_NOPTS_VALUE (which expands to INT64_C(0x8000000000000000))
as union initializer for a double field, the c99 converter needs to
interpret this constant when filling the union initializer, and it is
interpreted as a positive value.
When converting AV_NOPTS_VALUE to a double, MSVC 2010 ends up with
the same positive value as the c99 converter, while MSVC 2012 gets
a negative value.
This results in an infite loop in various FATE tests on MSVC 2012.
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-08-28 17:54:47 +03:00
..
2013-07-18 00:31:35 +02:00
2013-05-17 20:30:02 +02:00
2013-05-04 21:10:05 +02:00
2012-10-10 22:26:12 +01:00
2013-05-04 21:10:05 +02:00
2013-05-10 09:31:27 +02:00
2013-04-30 11:16:37 +02:00
2013-05-04 21:10:05 +02:00
2013-05-04 21:10:05 +02:00
2013-04-09 18:45:50 +02:00
2013-05-04 21:10:05 +02:00
2012-12-05 11:23:37 -05:00
2013-04-30 11:24:57 +02:00
2013-03-08 07:37:18 +01:00
2013-03-16 05:36:46 +01:00
2013-06-18 11:21:16 +02:00
2013-03-08 07:37:18 +01:00
2013-08-02 19:19:02 +02:00
2013-08-04 15:46:19 +02:00
2013-08-04 15:46:19 +02:00
2013-04-11 20:33:33 +02:00
2013-07-31 19:23:00 +02:00
2013-08-02 19:19:02 +02:00
2013-03-08 07:37:18 +01:00
2013-08-02 19:19:02 +02:00
2013-03-08 07:37:18 +01:00
2012-10-12 12:45:39 +02:00
2012-10-08 07:13:26 +02:00
2013-08-05 10:52:00 +02:00
2013-07-19 12:22:30 +03:00
2013-05-17 20:29:50 +02:00
2013-05-17 20:29:50 +02:00
2013-04-09 19:04:57 +02:00
2013-04-30 11:16:57 +02:00
2013-08-02 19:19:02 +02:00
2013-05-24 09:28:18 +02:00
2013-07-17 00:13:31 +03:00
2013-05-16 00:23:30 +02:00
2013-05-04 21:10:05 +02:00
2013-05-24 09:28:18 +02:00
2013-04-30 11:24:57 +02:00
2013-05-24 09:28:18 +02:00
2013-05-17 07:43:44 +02:00
2013-05-16 07:30:41 +02:00
2013-05-16 07:30:56 +02:00
2013-03-08 07:37:18 +01:00
2013-05-17 07:43:57 +02:00
2013-05-16 07:31:50 +02:00
2013-05-16 07:31:57 +02:00
2013-05-17 07:43:17 +02:00
2013-05-17 07:44:04 +02:00
2013-05-24 09:33:05 +02:00
2013-05-16 07:33:07 +02:00
2013-05-17 20:30:17 +02:00
2013-08-28 17:54:47 +03:00
2013-05-17 07:42:46 +02:00
2013-07-29 20:09:59 +02:00
2013-05-16 07:33:38 +02:00
2013-05-17 07:44:12 +02:00
2013-04-09 19:05:12 +02:00
2013-08-27 23:50:45 +02:00
2013-05-16 07:35:53 +02:00
2013-05-17 07:42:28 +02:00
2012-11-28 08:50:19 +01:00
2013-05-16 07:36:04 +02:00
2013-05-16 07:36:10 +02:00
2013-05-17 07:44:23 +02:00
2013-05-15 07:46:51 +02:00
2013-04-09 19:12:38 +02:00
2013-04-09 19:07:44 +02:00
2013-03-16 05:36:14 +01:00
2013-04-09 19:08:04 +02:00
2013-04-09 19:12:38 +02:00
2013-03-08 07:37:18 +01:00
2013-05-24 09:32:07 +02:00
2013-03-08 07:37:18 +01:00
2013-03-08 07:37:18 +01:00
2013-03-08 07:37:18 +01:00
2013-04-09 19:12:38 +02:00
2013-06-20 13:27:14 +02:00
2013-04-09 19:11:12 +02:00
2013-04-09 19:12:38 +02:00
2013-05-14 09:23:55 +02:00