[vlc-commits] Dead code
Rémi Denis-Courmont
git at videolan.org
Mon Sep 5 19:51:36 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Sep 5 20:50:47 2011 +0300| [b18fad44bb3f9b3ec6e71004a69e37e0c07f68b1] | committer: Rémi Denis-Courmont
Dead code
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b18fad44bb3f9b3ec6e71004a69e37e0c07f68b1
---
modules/audio_output/auhal.c | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/modules/audio_output/auhal.c b/modules/audio_output/auhal.c
index e8251ac..65480c9 100644
--- a/modules/audio_output/auhal.c
+++ b/modules/audio_output/auhal.c
@@ -51,15 +51,6 @@
(unsigned int)sfm.mFramesPerPacket, (unsigned int)sfm.mBytesPerFrame, \
(unsigned int)sfm.mChannelsPerFrame, (unsigned int)sfm.mBitsPerChannel
-#ifndef NDEBUG
-#define STREAM_FORMAT_MSG_FULL( pre, sfm ) \
- pre ":\nsamplerate: [%"PRIu32"]\nFormatID: [%4.4s]\nFormatFlags: [%"PRIu32"]\nBypesPerPacket: [%"PRIu32"]\nFramesPerPacket: [%"PRIu32"]\nBytesPerFrame: [%u]\nChannelsPerFrame: [%u]\nBitsPerChannel[%u]", \
- (UInt32)sfm.mSampleRate, (char *)&sfm.mFormatID, \
- sfm.mFormatFlags, sfm.mBytesPerPacket, \
- sfm.mFramesPerPacket, sfm.mBytesPerFrame, \
- sfm.mChannelsPerFrame, sfm.mBitsPerChannel
-#endif
-
#define FRAMESIZE 2048
#define BUFSIZE (FRAMESIZE * 8) * 8
#define AOUT_VAR_SPDIF_FLAG 0xf00000
More information about the vlc-commits
mailing list