Show
Ignore:
Timestamp:
03/11/09 16:12:46 (4 years ago)
Author:
robert
Message:

From Tanguy Fautre,

Clean up of the FFmpeg plugin's class API/AudioStream API.
Implementation of isImageTransparent().
Implementation of Image:g/setPixelAspectRatio()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/include/osg/ImageStream

    r9827 r9910  
    7979 
    8080        virtual double getLength() const { return 0.0; } 
    81          
     81        virtual double getFrameRate() const { return 0.0; }  
     82 
    8283        virtual void setReferenceTime(double) {} 
    8384        virtual double getReferenceTime() const { return 0.0; } 
     
    8889        virtual void setVolume(float) {} 
    8990        virtual float getVolume() const { return 0.0f; } 
    90  
    9191 
    9292        typedef std::vector< osg::ref_ptr<osg::AudioStream> > AudioStreams;