Changeset 9932 for OpenSceneGraph/trunk/src/osgPlugins/quicktime/QTUtils.h
- Timestamp:
- 03/13/09 16:56:19 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/quicktime/QTUtils.h
r9769 r9932 51 51 #endif 52 52 53 /** constructs an FSSpec out of an path */54 OSStatus MakeFSSpecFromPath(const char* path, FSSpec* spec);55 56 /** opens a movie from a path */57 OSStatus MakeMovieFromPath(const char* path, Movie* movie, short& resref);58 53 59 54
