diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2013-08-27 22:44:14 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-08-28 17:54:47 +0300 |
commit | cb8f70c96e14c1b4824ef23d21d78d10fc5a4b93 (patch) | |
tree | 8fec8fcd82c39eceafb1b5c478c25ceaa8e4943c /libavformat/icoenc.c | |
parent | 48f2e53ad0c8586369c3ce88712f0b9cec5a4c47 (diff) | |
download | ffmpeg-cb8f70c96e14c1b4824ef23d21d78d10fc5a4b93.tar.gz |
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>
Diffstat (limited to 'libavformat/icoenc.c')
0 files changed, 0 insertions, 0 deletions