A one-line commit; Quicktime movies used as texture are now loaded at the highest quality.

I noticed Quicktime did not display interlaced fields for DV movies, it works OK now !
This commit is contained in:
Rob Haarsma 2004-12-19 13:45:03 +00:00
parent 36abceed6b
commit ca5784a7ce

@ -476,6 +476,7 @@ int startquicktime (struct anim *anim)
SetMovieGWorld(anim->qtime->movie,
anim->qtime->offscreenGWorld,
GetGWorldDevice(anim->qtime->offscreenGWorld));
SetMoviePlayHints(anim->qtime->movie, hintsHighQuality, hintsHighQuality);
QT_get_frameIndexes(anim);
}