• Max Kellermann's avatar
    vorbis_encoder: fill the ogg_page in the read() method · 65cc280e
    Max Kellermann authored
    Add the "flush" flag, and defer the ogg_stream_flush() call.  Call
    ogg_stream_pageout() or ogg_stream_flush() (depending on the "flush"
    flag) in vorbis_encoder_read().  This prevents the ogg_page from
    getting overwritten by consecutive ogg_stream_pageout() calls.
    65cc280e
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...