Displaying 2 results from an estimated 2 matches for "_packetout".
Did you mean:
packetout
2000 Sep 13
1
my vorbis comments
...offset of the first sound page. I don't know if
that's spec, but it's what vorbisfile does, so I took it as gospel.
However, when _my_ program does it, I end up needing 1 more page
than I should for that last packet. That is, I have to _pagein the
first sound page before I can _packetout the last header packet.
The only differences I have seen so far between vorbisfile and my
program which are relevant to this problem is that vorbisfile uses
ogg_sync_pageseek to get those pages, while I am using
ogg_sync_pageout.
jamie
--- >8 ----
List a...
2004 Mar 13
1
Ogg / Vorbis Compiling under W32 with MingW ** Problem **
...)
framing.c: At top level:
framing.c:825: parse error before '*' token
framing.c: In function `ogg_stream_reset_serialno':
framing.c:826: `os' undeclared (first use in this function)
framing.c: At top level:
framing.c:831: parse error before '*' token
framing.c: In function `_packetout':
framing.c:837: `os' undeclared (first use in this function)
framing.c:849: `op' undeclared (first use in this function)
framing.c:849: `adv' undeclared (first use in this function)
framing.c: At top level:
framing.c:885: parse error before '*' token
framing.c: In function...