• Max Kellermann's avatar
    decoder: rewind input stream after try_decode() · 2124df13
    Max Kellermann authored
    The try_decode() method may have read some data from the stream, which
    is now lost.  To make this data available to other methods, get it
    back by rewinding the input stream after each try_decode() invocation.
    
    The ogg and wavpack plugins did this manually and inconsistently; this
    code can now be removed.
    2124df13
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src 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...