[SCM] libav/experimental: Original Commit: r30 | ods15 | 2006-09-22 18:24:04 +0300 (Fri, 22 Sep 2006) | 2 lines

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:51:24 UTC 2013


The following commit has been merged in the experimental branch:
commit b4b6ff3a55605532c015f746342ab92fcc512251
Author: Oded Shimon <ods15 at ods15.dyndns.org>
Date:   Mon Oct 2 05:56:07 2006 +0000

    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

diff --git a/libavcodec/vorbis_enc.c b/libavcodec/vorbis_enc.c
index 10c723e..80a29c5 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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list