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. a944729fa80d4907e18e


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. a944729fa80d4907e18eea7f0217da2d53dd3a19
Date: Sun, 10 Oct 2010 09:26:18 +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  a944729fa80d4907e18eea7f0217da2d53dd3a19 (commit)
      from  bbb94d9f85363cf158acf358efbc86a502503b23 (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=a944729fa80d4907e18eea7f0217da2d53dd3a19


commit a944729fa80d4907e18eea7f0217da2d53dd3a19
Author: Sandro Santilli <address@hidden>
Date:   Sun Oct 10 11:25:52 2010 +0200

    Add note about which version of libavformat has the broken 
av_close_input_stream (so maybe we can do it properly with sane versions)

diff --git a/libmedia/ffmpeg/MediaParserFfmpeg.cpp 
b/libmedia/ffmpeg/MediaParserFfmpeg.cpp
index 87e5c56..31a7152 100644
--- a/libmedia/ffmpeg/MediaParserFfmpeg.cpp
+++ b/libmedia/ffmpeg/MediaParserFfmpeg.cpp
@@ -498,7 +498,7 @@ MediaParserFfmpeg::~MediaParserFfmpeg()
        if ( _formatCtx )
        {
                // TODO: check if this is correct (should we create RIIA 
classes for ffmpeg stuff?)
-               //av_close_input_file(_formatCtx); // NOTE: this one triggers a 
mismatched free/delete on _byteIOBuffer !
+               //av_close_input_file(_formatCtx); // NOTE: this one triggers a 
mismatched free/delete on _byteIOBuffer with libavformat.so.52 !
                av_free(_formatCtx);
        }
 

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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