From 141296c323ceb250ae9b685f0a2a6689407109f7 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 29 Aug 2008 09:26:07 +0000 Subject: [PATCH] From Michael Guerrero, "I've attached the files with the new addition of the "registered = true" flag set." --- src/osgPlugins/quicktime/QTUtils.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/osgPlugins/quicktime/QTUtils.cpp b/src/osgPlugins/quicktime/QTUtils.cpp index 5757ce85c..306c55fcf 100644 --- a/src/osgPlugins/quicktime/QTUtils.cpp +++ b/src/osgPlugins/quicktime/QTUtils.cpp @@ -33,7 +33,8 @@ using namespace std; static bool registered = false; if (!registered){ - registerQTReader(); + registerQTReader(); + registered = true; } }