gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. 15160b1eabd97f9ac430


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 15160b1eabd97f9ac430eb3393a06c4aea8669f0
Date: Mon, 06 Dec 2010 22:04:43 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  15160b1eabd97f9ac430eb3393a06c4aea8669f0 (commit)
      from  e4ce35ebbb0c5d3a92b8de3e7c14915426f24fa0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=15160b1eabd97f9ac430eb3393a06c4aea8669f0


commit 15160b1eabd97f9ac430eb3393a06c4aea8669f0
Author: Sandro Santilli <address@hidden>
Date:   Mon Dec 6 23:04:18 2010 +0100

    Log an error when whence parameter as unexpected value

diff --git a/libmedia/ffmpeg/MediaParserFfmpeg.cpp 
b/libmedia/ffmpeg/MediaParserFfmpeg.cpp
index cb68aad..78d2f62 100644
--- a/libmedia/ffmpeg/MediaParserFfmpeg.cpp
+++ b/libmedia/ffmpeg/MediaParserFfmpeg.cpp
@@ -564,6 +564,13 @@ MediaParserFfmpeg::seekMedia(boost::int64_t offset, int 
whence)
                _stream->seek(byteIOBufferSize);
 
        }
+       else
+       {
+               // ffmpeg uses whence=AVSEEK_SIZE and offset=0 to request
+               // stream size !
+               log_unimpl("MediaParserFfmpeg: unsupported whence value %d", 
whence);
+       }
+
 
        return _stream->tell(); 
 }

-----------------------------------------------------------------------

Summary of changes:
 libmedia/ffmpeg/MediaParserFfmpeg.cpp |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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