SOURCES: mpeg4ip-audio_l16.cpp-typo.patch (NEW) - fix typo

tommat tommat at pld-linux.org
Tue Jan 8 16:03:55 CET 2008


Author: tommat                       Date: Tue Jan  8 15:03:55 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix typo

---- Files affected:
SOURCES:
   mpeg4ip-audio_l16.cpp-typo.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/mpeg4ip-audio_l16.cpp-typo.patch
diff -u /dev/null SOURCES/mpeg4ip-audio_l16.cpp-typo.patch:1.1
--- /dev/null	Tue Jan  8 16:03:55 2008
+++ SOURCES/mpeg4ip-audio_l16.cpp-typo.patch	Tue Jan  8 16:03:50 2008
@@ -0,0 +1,11 @@
+--- mpeg4ip-1.6/server/mp4live/audio_l16.cpp.orig	2008-01-08 12:49:50.000000000 +0000
++++ mpeg4ip-1.6/server/mp4live/audio_l16.cpp	2008-01-08 12:50:05.000000000 +0000
+@@ -175,7 +175,7 @@
+   m_pFrameBuffer = (u_int16_t*)Malloc(m_frameBufferLength);
+   
+ #ifdef WORDS_BIGENDIAN
+-  memcpy(m_pFrameBuffer, pSameples, m_frameBufferLength);
++  memcpy(m_pFrameBuffer, pSamples, m_frameBufferLength);
+ #else
+   for (uint32_t ix = 0; ix < numSamplesPerChannel * m_audioDstChannels; ix++) {
+     m_pFrameBuffer[ix] = B2N_16(pSamples[ix]);
================================================================


More information about the pld-cvs-commit mailing list