Re: Add vorbis_dsp_init() ?

Martin Guy <[email protected]>
Newsgroups gmane.comp.multimedia.ogg.vorbis.devel
Message-ID <[email protected]>
On 3/15/09, Martin Guy <[email protected]> wrote:
>  int vorbis_block_init(vorbis_dsp_state *v, vorbis_block *vb){
>  -  vb->localalloc=0;
>  -  vb->localstore=NULL;
> ...
>  +void vorbis_dsp_init(vorbis_dsp_state *v){
>  +  memset(v,0,sizeof(*v));
>   }

Hang on, you're removing initialization of vb, not v!

    M
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.