Original Commit: r30 | ods15 | 2006-09-22 18:24:04 +0300 (Fri, 22 Sep 2006) | 2 lines
authorOded Shimon <ods15@ods15.dyndns.org>
Mon, 2 Oct 2006 05:56:07 +0000 (05:56 +0000)
committerOded Shimon <ods15@ods15.dyndns.org>
Mon, 2 Oct 2006 05:56:07 +0000 (05:56 +0000)
remove some old defines, use ALT_BITSTREAM_WRITER

Originally committed as revision 6439 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vorbis_enc.c

index 10c723e..80a29c5 100644 (file)
 #undef NDEBUG
 #include <assert.h>
 
-#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;