Displaying 2 results from an estimated 2 matches for "next_window_flag".
2003 Mar 15
0
Another question
Hello again
File "vorbis-spec-ref.html"
paragraph "packet type, mode and window decode"
1. if this is a long window (the [vorbis_mode_blockflag] flag of this mode is set):
1. read 1 bit for [previous_window_flag]
2. read 1 bit for [next_window_flag]
...
But how to set/unset them if [vorbis_mode_blockflag] flag of this mode is not set?
(compiler complains about unitialized variables)
Dominik
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a mess...
2003 Mar 16
2
Some Questions
...".
6--------------------------------
File "vorbis-spec-ref.html"
paragraph "packet type, mode and window decode"
1. if this is a long window (the [vorbis_mode_blockflag] flag of this mode is set):
1. read 1 bit for [previous_window_flag]
2. read 1 bit for [next_window_flag]
...
But how to set/unset them if [vorbis_mode_blockflag] flag of this mode is not set?
(compiler complains about unitialized variables)
<p>Thank you
Dominik
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this...