Removed extraneous indentation
This commit is contained in:
parent
4ebac62d05
commit
69ebd7b323
@ -142,7 +142,7 @@ public:
|
|||||||
const std::string ext = osgDB::getLowerCaseFileExtension(filename);
|
const std::string ext = osgDB::getLowerCaseFileExtension(filename);
|
||||||
const std::string pro = osgDB::getServerProtocol(filename);
|
const std::string pro = osgDB::getServerProtocol(filename);
|
||||||
if (!acceptsExtension(ext) && !acceptsProtocol(pro)) return ReadResult::FILE_NOT_HANDLED;
|
if (!acceptsExtension(ext) && !acceptsProtocol(pro)) return ReadResult::FILE_NOT_HANDLED;
|
||||||
|
|
||||||
if (ext=="ffmpeg") return readImage(osgDB::getNameLessExtension(filename),options);
|
if (ext=="ffmpeg") return readImage(osgDB::getNameLessExtension(filename),options);
|
||||||
|
|
||||||
osg::ref_ptr<osgFFmpeg::FFmpegParameters> parameters(new osgFFmpeg::FFmpegParameters);
|
osg::ref_ptr<osgFFmpeg::FFmpegParameters> parameters(new osgFFmpeg::FFmpegParameters);
|
||||||
|
Loading…
Reference in New Issue
Block a user