traverso-commit
[Top][All Lists]
Advanced

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

[Traverso-commit] traverso/src/audiofileio/decode AbstractAudioRe...


From: Remon Sijrier
Subject: [Traverso-commit] traverso/src/audiofileio/decode AbstractAudioRe...
Date: Mon, 03 Dec 2007 21:13:30 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Remon Sijrier <r_sijrier>       07/12/03 21:13:30

Modified files:
        src/audiofileio/decode: AbstractAudioReader.cpp 

Log message:
        * fix compile warning

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/audiofileio/decode/AbstractAudioReader.cpp?cvsroot=traverso&r1=1.21&r2=1.22

Patches:
Index: AbstractAudioReader.cpp
===================================================================
RCS file: 
/sources/traverso/traverso/src/audiofileio/decode/AbstractAudioReader.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- AbstractAudioReader.cpp     26 Nov 2007 20:44:36 -0000      1.21
+++ AbstractAudioReader.cpp     3 Dec 2007 21:13:30 -0000       1.22
@@ -232,7 +232,7 @@
 void DecodeBuffer::delete_destination_buffers()
 {
        if (destination) {
-               int destChannelcount = (sizeof(destination) / 
sizeof(destination[0]));
+               uint destChannelcount = (sizeof(destination) / 
sizeof(destination[0]));
                if (destChannelcount != m_channels) {
                        PERROR("destination channel count != m_channels: dest 
channel %d, m_channels %d", destChannelcount, m_channels);
                        m_channels = destChannelcount;




reply via email to

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