Show
Ignore:
Timestamp:
12/15/09 12:27:28 (4 years ago)
Author:
robert
Message:

From Julen Garcia, "So here is the code with a proper audio sync (at least in my computer)"

Files:
1 modified

Legend:

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

    r10851 r10892  
    2424    void reset(double start_time); 
    2525    void pause(bool pause); 
    26     void rewindAudio(); 
    27     void rewindVideo(); 
     26    void seek(double seek_time); 
     27    void rewind(); 
    2828 
    2929    void audioSetBufferEndPts(double pts); 
     
    6464    Timer     m_audio_timer; 
    6565    bool      m_audio_disabled; 
    66     bool      m_rewind; 
    6766    bool      m_paused; 
    6867    double    m_last_current_time;