[vlc-devel] commit: Cosmetic. (Laurent Aimar )
git version control
git at videolan.org
Sat Sep 6 02:12:48 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Sep 6 01:47:53 2008 +0200| [4e3a77c1d407e333da85fe9ca35457400fe1edfa] | committer: Laurent Aimar
Cosmetic.
(Removed a unused macro)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e3a77c1d407e333da85fe9ca35457400fe1edfa
---
modules/demux/wav.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/demux/wav.c b/modules/demux/wav.c
index 3a4fcfe..c300c7b 100644
--- a/modules/demux/wav.c
+++ b/modules/demux/wav.c
@@ -73,8 +73,6 @@ struct demux_sys_t
int pi_chan_table[AOUT_CHAN_MAX];
};
-#define __EVEN( x ) (((x) + 1) & ~1)
-
static int ChunkFind( demux_t *, const char *, unsigned int * );
static void FrameInfo_IMA_ADPCM( demux_t *, unsigned int *, int * );
More information about the vlc-devel
mailing list