Hi,

>Here is my log file with some log informations. Please let me know if you need 
>more tests.

This is very strange...
|
You can try this HACK|

Index: FFmpegDecoder.cpp
===================================================================
--- FFmpegDecoder.cpp    (revision 11784)
+++ FFmpegDecoder.cpp    (working copy)
@@ -111,7 +111,7 @@
             throw std::runtime_error("av_find_stream_info() failed");
 
         m_duration = double(m_format_context->duration) / AV_TIME_BASE;
-        m_start = double(m_format_context->start_time) / AV_TIME_BASE;
+        m_start = 0;//double(m_format_context->start_time) / AV_TIME_BASE;
 
         // TODO move this elsewhere
         m_clocks.reset(m_start);


Mikhail.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to