comparison vorbis.c @ 3301:89af006ac42d libavcodec

Cosmetics. Add the defines needed for debug output.
author banan
date Thu, 11 May 2006 00:28:30 +0000
parents 798f64f1263c
children a14c98a0ca3d
comparison
equal deleted inserted replaced
3300:798f64f1263c 3301:89af006ac42d
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 * 19 *
20 */ 20 */
21 21
22 #undef V_DEBUG 22 #undef V_DEBUG
23 //#define V_DEBUG
24 //#define AV_DEBUG(...) av_log(NULL, AV_LOG_INFO, __VA_ARGS__)
23 25
24 #include <math.h> 26 #include <math.h>
25 27
26 #define ALT_BITSTREAM_READER_LE 28 #define ALT_BITSTREAM_READER_LE
27 #include "avcodec.h" 29 #include "avcodec.h"