gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash backend/sound_handler.h ChangeLog


From: Martin Guy
Subject: [Gnash-commit] gnash backend/sound_handler.h ChangeLog
Date: Fri, 18 May 2007 03:17:23 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/05/18 03:17:23

Modified files:
        backend        : sound_handler.h 
        .              : ChangeLog 

Log message:
                * backend/sound_handler.h: Remove old adpcm_expand() decl

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/sound_handler.h?cvsroot=gnash&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3257&r2=1.3258

Patches:
Index: backend/sound_handler.h
===================================================================
RCS file: /sources/gnash/gnash/backend/sound_handler.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- backend/sound_handler.h     7 May 2007 14:30:51 -0000       1.5
+++ backend/sound_handler.h     18 May 2007 03:17:22 -0000      1.6
@@ -17,7 +17,7 @@
 // 
 //
 
-/* $Id: sound_handler.h,v 1.5 2007/05/07 14:30:51 martinwguy Exp $ */
+/* $Id: sound_handler.h,v 1.6 2007/05/18 03:17:22 martinwguy Exp $ */
 
 /// \page sound_handler_intro Sound handler introduction
 ///
@@ -140,15 +140,6 @@
                          int sample_size, int sample_rate, bool stereo) = 0;
 
        virtual ~sound_handler() {};
-
-       // Utility function to uncompress ADPCM.
-       static void adpcm_expand(
-               void* data_out,
-               stream* in,
-               int sample_count,       // in stereo, this is number of *pairs* 
of samples
-               bool stereo);
-
-
 };
 
 // TODO: move to appropriate specific sound handlers

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3257
retrieving revision 1.3258
diff -u -b -r1.3257 -r1.3258
--- ChangeLog   18 May 2007 03:14:01 -0000      1.3257
+++ ChangeLog   18 May 2007 03:17:22 -0000      1.3258
@@ -2,6 +2,7 @@
 
        * configure.ac: Change package help message format
          and fix typo MYSQC_CFLAGS
+       * backend/sound_handler.h: Remove old adpcm_expand() decl
 
 2007-05-17  Rob Savoye  <address@hidden>
 




reply via email to

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