OSDN Git Service

Use av_compare_ts to compare against the -t end time instead of using
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 10 Feb 2010 19:46:44 +0000 (19:46 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 10 Feb 2010 19:46:44 +0000 (19:46 +0000)
commit40938d9382c8438df76b2cf9039c40b4479678f1
treedb1efc720f351f9c17c5ebd3139de471851456f9
parentf0cb55af88d81f8a0c7f97b31ff5783a1f412eaa
Use av_compare_ts to compare against the -t end time instead of using
floating point.
Should fix different results between PPC and x86 for the idroq-video-encode
FATE test.

Originally committed as revision 21745 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c