gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libmedia/ffmpeg AudioDecoderFfmpeg.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/libmedia/ffmpeg AudioDecoderFfmpeg.cpp
Date: Mon, 16 Jun 2008 16:31:19 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/06/16 16:31:19

Modified files:
        libmedia/ffmpeg: AudioDecoderFfmpeg.cpp 

Log message:
        improve error message

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp?cvsroot=gnash&r1=1.13&r2=1.14

Patches:
Index: AudioDecoderFfmpeg.cpp
===================================================================
RCS file: /sources/gnash/gnash/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- AudioDecoderFfmpeg.cpp      16 Jun 2008 14:41:53 -0000      1.13
+++ AudioDecoderFfmpeg.cpp      16 Jun 2008 16:31:19 -0000      1.14
@@ -351,8 +351,8 @@
 
        if (outSize < 1)
        {
-               log_error(_("outputSize:%d after decoding audio data. Upgrading 
ffmpeg/libavcodec might fix this issue."),
-                       outputSize);
+               log_error(_("outputSize:%d after decoding %d bytes of input 
audio data. Upgrading ffmpeg/libavcodec might fix this issue."),
+                       outputSize, inputSize);
                outputSize = 0;
                delete [] output;
                return NULL;




reply via email to

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