summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis_enc.c
diff options
context:
space:
mode:
authorOded Shimon <ods15@ods15.dyndns.org>2006-10-02 05:56:07 +0000
committerOded Shimon <ods15@ods15.dyndns.org>2006-10-02 05:56:07 +0000
commitb4b6ff3a55605532c015f746342ab92fcc512251 (patch)
tree217cef712f4cb7497cbcb171cb78e7bc27c3faaa /libavcodec/vorbis_enc.c
parentb1f6c8b1201be7ecb765be69e981b470023f7b62 (diff)
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
Diffstat (limited to 'libavcodec/vorbis_enc.c')
-rw-r--r--libavcodec/vorbis_enc.c6
1 files changed, 1 insertions, 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 <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;