Show
Ignore:
Timestamp:
03/04/09 12:05:55 (4 years ago)
Author:
robert
Message:

Added support for using libswscale

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/ReaderWriterFFmpeg.cpp

    r9838 r9854  
    4646            return ReadResult::FILE_NOT_HANDLED; 
    4747 
    48         const std::string path = osgDB::findDataFile(filename, options); 
     48        const std::string path = osgDB::containsServerAddress(filename) ? 
     49            filename : 
     50            osgDB::findDataFile(filename, options); 
    4951 
    5052        if (path.empty())