Show
Ignore:
Timestamp:
05/08/09 09:46:46 (4 years ago)
Author:
robert
Message:

From Jean-Sebastien Guay, changed the timing control for when no audio layer is supplied.

Files:
1 modified

Legend:

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

    r9960 r10161  
    8686    void decodeLoop(); 
    8787    void findAspectRatio(); 
    88     void publishFrame(double delay); 
     88    void publishFrame(double delay, bool audio_disabled); 
    8989    double synchronizeVideo(double pts); 
    9090    void yuva420pToRgba(AVPicture *dst, AVPicture *src, int width, int height);