Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Haarsma <phaseIV@zonnet.nl>2004-12-19 16:45:03 +0300
committerRob Haarsma <phaseIV@zonnet.nl>2004-12-19 16:45:03 +0300
commitca5784a7ce6008a1ed1a630276a7d0b1829b6bc2 (patch)
tree6394b50bcb28ec59e8a838fe957dddf4817e1a81
parent36abceed6bd9ee9123230521a14f8a81e7e83c85 (diff)
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 !
-rw-r--r--source/blender/quicktime/apple/quicktime_import.c1
1 files changed, 1 insertions, 0 deletions
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);
}