gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11670: Fix non-used code (well, a


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11670: Fix non-used code (well, at least it looks more like it should be)
Date: Tue, 01 Dec 2009 00:01:03 +0100
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11670
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Tue 2009-12-01 00:01:03 +0100
message:
  Fix non-used code (well, at least it looks more like it should be)
modified:
  libmedia/ffmpeg/MediaParserFfmpeg.cpp
=== modified file 'libmedia/ffmpeg/MediaParserFfmpeg.cpp'
--- a/libmedia/ffmpeg/MediaParserFfmpeg.cpp     2009-11-30 22:33:35 +0000
+++ b/libmedia/ffmpeg/MediaParserFfmpeg.cpp     2009-11-30 23:01:03 +0000
@@ -129,7 +129,11 @@
        av_seek_frame(_formatCtx, _videoStreamIndex, newpos, 0);
 
        newtime = static_cast<boost::int32_t>(newtime / 1000.0);
-       return newtime;
+       log_debug("Seek requested to time %d triggered seek to key frame at "
+            "time %d", pos, newtime);
+       pos = newtime;
+
+    return true;
 }
 
 bool


reply via email to

[Prev in Thread] Current Thread [Next in Thread]