[Ffmpeg-devel] [PATCH] vorbis.h -> vorbis_data.c
Oded Shimon
ods15
Sat Sep 30 17:09:02 CEST 2006
It would be silly for me to send this as a patch, because it's an almost
completely unreadable ~260kb patch. These are the changes to be made:
1. the attached patch, for Makefile and vorbis.c
2. vorbis.h would be changed to what is attached below
3. vorbis_data.c would be svn-cp'ed from vorbis.h, having the
struct/typedefs removed, and a single line added:
const float * ff_vorbis_vwin[8] = { vwin64, vwin128, vwin256, vwin512, vwin1024, vwin2048, vwin4096, vwin8192 };
I'll commit tommorrow, this is first step for me making vorbis_enc clean
enough to commit to lavc...
- ods15
More information about the ffmpeg-devel
mailing list