[Ffmpeg-devel] [PATCH] vorbis.h -> vorbis_data.c
Måns Rullgård
mru
Sat Sep 30 17:20:17 CEST 2006
Oded Shimon <ods15 at ods15.dyndns.org> writes:
> On Sat, Sep 30, 2006 at 06:09:02PM +0300, Oded Shimon wrote:
>> 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
>
> #ifndef _VORBIS_H
> #define _VORBIS_H
Symbols starting with _ are reserved. Call it something else, e.g. VORBIS_H.
--
M?ns Rullg?rd
mru at inprovide.com
More information about the ffmpeg-devel
mailing list