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


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-172-g0593fc9
Date: Thu, 03 Mar 2011 10:17:07 +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  0593fc9c8e40b831ad20900493914e2aaacb5b00 (commit)
      from  463fe406bcf6b5ff05cb24d3d930379245b0b9de (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=0593fc9c8e40b831ad20900493914e2aaacb5b00


commit 0593fc9c8e40b831ad20900493914e2aaacb5b00
Author: Benjamin Wolsey <address@hidden>
Date:   Thu Mar 3 10:13:02 2011 +0100

    The required version of ffmpeg has PIX_FMT_RGBA.

diff --git a/libmedia/ffmpeg/VideoDecoderFfmpeg.cpp 
b/libmedia/ffmpeg/VideoDecoderFfmpeg.cpp
index 737e17e..1fb172c 100644
--- a/libmedia/ffmpeg/VideoDecoderFfmpeg.cpp
+++ b/libmedia/ffmpeg/VideoDecoderFfmpeg.cpp
@@ -295,13 +295,9 @@ VideoDecoderFfmpeg::frameToImage(AVCodecContext* srcCtx,
 
     switch (pixFmt)
     {
-// As of libavcodec 0.cvs20060823-8  PIX_FMT_RGBA is unknown symbol
-// As of libavcodec 0.svn20080206-17 it is a define
-#ifdef PIX_FMT_RGBA
         case PIX_FMT_RGBA:
             im.reset(new image::ImageRGBA(width, height));
             break;
-#endif
         case PIX_FMT_RGB24:
             im.reset(new image::ImageRGB(width, height));
             break;

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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