[Ffmpeg-cvslog] r6439 - trunk/libavcodec/vorbis_enc.c

ods15 subversion
Mon Oct 2 07:56:08 CEST 2006


Author: ods15
Date: Mon Oct  2 07:56:07 2006
New Revision: 6439

Modified:
   trunk/libavcodec/vorbis_enc.c

Log:
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

Modified: trunk/libavcodec/vorbis_enc.c
==============================================================================
--- trunk/libavcodec/vorbis_enc.c	(original)
+++ trunk/libavcodec/vorbis_enc.c	Mon Oct  2 07:56:07 2006
@@ -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;




More information about the ffmpeg-cvslog mailing list