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: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-115-g9c0e50a
Date: Tue, 22 Feb 2011 22:21:20 +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  9c0e50a7b213a4d463eca4b6bf3f0e1a624fada1 (commit)
      from  43deb207b4e0c7e33084057e05e9533932c5b9a6 (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=9c0e50a7b213a4d463eca4b6bf3f0e1a624fada1


commit 9c0e50a7b213a4d463eca4b6bf3f0e1a624fada1
Author: Bastiaan Jacques <address@hidden>
Date:   Tue Feb 22 23:20:24 2011 +0100

    Allow the FFMPEG media handler to play LE PCM embedded sound.

diff --git a/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp 
b/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp
index f60e743..bdeedc6 100644
--- a/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp
+++ b/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp
@@ -183,6 +183,7 @@ void AudioDecoderFfmpeg::setup(const AudioInfo& info)
 
         switch(info.codec)
         {
+            case AUDIO_CODEC_UNCOMPRESSED:
             case AUDIO_CODEC_RAW:
                 if (info.sampleSize == 2) {
                     codec_id = CODEC_ID_PCM_S16LE;

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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