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
This commit is contained in:
parent
b1f6c8b120
commit
b4b6ff3a55
@ -27,13 +27,9 @@
|
|||||||
#undef NDEBUG
|
#undef NDEBUG
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#define ALT_BITSTREAM_READER_LE
|
#define ALT_BITSTREAM_WRITER
|
||||||
#include "bitstream.h"
|
#include "bitstream.h"
|
||||||
|
|
||||||
#define VORBIS_FRAME_SIZE 64
|
|
||||||
|
|
||||||
#define BUFFER_SIZE (1024*64)
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int len;
|
int len;
|
||||||
uint32_t codeword;
|
uint32_t codeword;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user