From ca5784a7ce6008a1ed1a630276a7d0b1829b6bc2 Mon Sep 17 00:00:00 2001 From: Rob Haarsma Date: Sun, 19 Dec 2004 13:45:03 +0000 Subject: 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 ! --- source/blender/quicktime/apple/quicktime_import.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/quicktime/apple/quicktime_import.c b/source/blender/quicktime/apple/quicktime_import.c index b562d529835..1f7aa5c3d00 100644 --- a/source/blender/quicktime/apple/quicktime_import.c +++ b/source/blender/quicktime/apple/quicktime_import.c @@ -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); } -- cgit v1.2.3