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/FFmpegDecoderVideo.hpp

    r10161 r10851  
    6666 
    6767    void open(AVStream * stream); 
     68    void pause(bool pause); 
    6869    void close(bool waitForThreadToExit); 
    6970 
     
    121122    bool                    m_alpha_channel; 
    122123 
     124    bool                    m_paused; 
    123125    volatile bool           m_exit; 
    124126