Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -2643,7 +2643,7 @@
the extracted Vorbis packets could be processed with smaller substreams -
including substreams that span one or more pages.
It's also potentially helpful for MP3, Ogg FLAC, DVD-A and any other format
with nontrivial wrappers that need to be parsed seperately
with nontrivial wrappers that need to be parsed separately
from the main bitstream.
*** DONE Implement substream reader methods
**** DONE bs_read_bits_s_be
Expand Down Expand Up @@ -4037,7 +4037,7 @@
h->close(h); /*closes substream and deallocates handle*/

But we also need two additional methods
for working with the handle and its substream seperately.
for working with the handle and its substream separately.

| method | substream | handle |
|-------------------+----------------+-------------|
Expand Down