Camera tracking integration

===========================

Next attempt to fix MSVC compilation.

I wish i've got my laptop by hand..
This commit is contained in:
Sergey Sharybin 2011-08-08 19:02:18 +00:00
parent 2cdf7e3868
commit e19e29481c

@ -76,6 +76,8 @@
#include "BKE_global.h"
#include "BKE_depsgraph.h"
#include "BLI_math_base.h"
#include "imbuf.h"
#include "AVI_avi.h"
@ -1014,7 +1016,7 @@ static ImBuf * ffmpeg_fetchibuf(struct anim * anim, int position,
tc_index, new_frame_index);
} else {
pts_to_search = (long long)
rint(((double) position) / pts_time_base / frame_rate);
floor(((double) position) / pts_time_base / frame_rate + 0.5);
if (st_time != AV_NOPTS_VALUE) {
pts_to_search += st_time / pts_time_base