Removed extraneous indentation

This commit is contained in:
Robert Osfield 2019-12-12 11:14:39 +00:00
parent 4ebac62d05
commit 69ebd7b323

View File

@ -142,7 +142,7 @@ public:
const std::string ext = osgDB::getLowerCaseFileExtension(filename);
const std::string pro = osgDB::getServerProtocol(filename);
if (!acceptsExtension(ext) && !acceptsProtocol(pro)) return ReadResult::FILE_NOT_HANDLED;
if (ext=="ffmpeg") return readImage(osgDB::getNameLessExtension(filename),options);
osg::ref_ptr<osgFFmpeg::FFmpegParameters> parameters(new osgFFmpeg::FFmpegParameters);