[vorbis-dev] vorbisfile API ickiness

Rich Peters rpeters at micro-magic.com
Wed Nov 8 21:00:38 PST 2000



Jack,
what I actually meant was

typedef  struct OggVorbis_File
    {

         // ... blah blah blah, more stuff
     } OggVorbis_File ;

where the names are the same.  This gets around the typedef issues.
I have use this with MSVC and IBM C++ and it works fine.

regards,
Rich Peters
Micro-Magic

----- Original Message -----
From: "Jack Moffitt" <jack at deathstar.icecast.org>
To: <vorbis-dev at xiph.org>
Sent: Wednesday, November 08, 2000 12:02 PM
Subject: Re: [vorbis-dev] vorbisfile API ickiness

> > No, there is actually no reason not to do this.  (actually typedef
> > struct OggVorbis_File{...)
>
> Shouldn't it be:
>
> typedef struct OggVorbis_File_tag {
> } OggVorbis_File;
>
> ?
>
> jack.
>
>
> --- >8 ----
> List archives:  http://www.xiph.org/archives/
> Ogg project homepage: http://www.xiph.org/ogg/
> To unsubscribe from this list, send a message to
'vorbis-dev-request at xiph.org'
> containing only the word 'unsubscribe' in the body.  No subject is needed.
> Unsubscribe messages sent to the list will be ignored/filtered.
>

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis-dev mailing list