- Timestamp:
- 03/04/09 12:05:55 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/ReaderWriterFFmpeg.cpp
r9838 r9854 46 46 return ReadResult::FILE_NOT_HANDLED; 47 47 48 const std::string path = osgDB::findDataFile(filename, options); 48 const std::string path = osgDB::containsServerAddress(filename) ? 49 filename : 50 osgDB::findDataFile(filename, options); 49 51 50 52 if (path.empty())
