Show
Ignore:
Timestamp:
12/02/09 19:58:45 (3 years ago)
Author:
robert
Message:

From Julen Garcia,"I've been lately working also with the ffmpeg plugin and I implemented pause(), seek() and getReferenceTime(). I think that I have solved the internal clock issues (maybe not in the most elegant way :?"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegImageStream.hpp

    r10809 r10851  
    3535 
    3636        virtual double getLength() const; 
     37        virtual double getReferenceTime () const;  
    3738        virtual double getFrameRate() const; 
    3839 
     
    7273        Mutex            m_mutex; 
    7374        Condition        m_frame_published_cond; 
    74         bool            m_frame_published_flag; 
     75        bool             m_frame_published_flag; 
    7576        double           m_seek_time; 
    7677    };