comparison src/vorbis/vorbis.c @ 1777:4a200593472d

vorbis: Mk2
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 11:33:35 -0500
parents f35f9d6fcb6d
children 2ebeb7816c5e
comparison
equal deleted inserted replaced
1776:cd28934add64 1777:4a200593472d
29 /* 29 /*
30 * Note that this uses vorbisfile, which is not (currently) 30 * Note that this uses vorbisfile, which is not (currently)
31 * thread-safe. 31 * thread-safe.
32 */ 32 */
33 33
34 #ifdef HAVE_CONFIG_H 34 #include "config.h"
35 # include "config.h"
36 #endif
37 35
38 #define DEBUG 36 #define DEBUG
39 37
40 #define REMOVE_NONEXISTANT_TAG(x) if (x != NULL && !*x) { x = NULL; } 38 #define REMOVE_NONEXISTANT_TAG(x) if (x != NULL && !*x) { x = NULL; }
41 39