gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libbase FLVParser.h


From: Martin Guy
Subject: [Gnash-commit] gnash/libbase FLVParser.h
Date: Sun, 08 Jul 2007 20:27:40 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/07/08 20:27:40

Modified files:
        libbase        : FLVParser.h 

Log message:
        Oops

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/FLVParser.h?cvsroot=gnash&r1=1.17&r2=1.18

Patches:
Index: FLVParser.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/FLVParser.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- FLVParser.h 8 Jul 2007 20:26:49 -0000       1.17
+++ FLVParser.h 8 Jul 2007 20:27:39 -0000       1.18
@@ -17,7 +17,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-// $Id: FLVParser.h,v 1.17 2007/07/08 20:26:49 martinwguy Exp $
+// $Id: FLVParser.h,v 1.18 2007/07/08 20:27:39 martinwguy Exp $
 
 // Information about the FLV format can be found at http://osflash.org/flv
 
@@ -45,7 +45,7 @@
        AUDIO_CODEC_ADPCM = 1,  // gnash doesn't pass this through; it 
uncompresses and sends FORMAT_NATIVE16
        AUDIO_CODEC_MP3 = 2,
        AUDIO_CODEC_UNCOMPRESSED = 3,   // 16 bits/sample, little-endian
-       FORMAT_NELLYMOSER_8HZ_MONO = 5, // According to ffmpeg
+       AUDIO_CODEC_NELLYMOSER_8HZ_MONO = 5,    // According to ffmpeg
        AUDIO_CODEC_NELLYMOSER = 6      // Mystery proprietary format; see 
nellymoser.com
 };
 




reply via email to

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