From b4b6ff3a55605532c015f746342ab92fcc512251 Mon Sep 17 00:00:00 2001 From: Oded Shimon Date: Mon, 2 Oct 2006 05:56:07 +0000 Subject: [PATCH] Original Commit: r30 | ods15 | 2006-09-22 18:24:04 +0300 (Fri, 22 Sep 2006) | 2 lines remove some old defines, use ALT_BITSTREAM_WRITER Originally committed as revision 6439 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vorbis_enc.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libavcodec/vorbis_enc.c b/libavcodec/vorbis_enc.c index 10c723edcd..80a29c5a7b 100644 --- a/libavcodec/vorbis_enc.c +++ b/libavcodec/vorbis_enc.c @@ -27,13 +27,9 @@ #undef NDEBUG #include -#define ALT_BITSTREAM_READER_LE +#define ALT_BITSTREAM_WRITER #include "bitstream.h" -#define VORBIS_FRAME_SIZE 64 - -#define BUFFER_SIZE (1024*64) - typedef struct { int len; uint32_t codeword;