• Max Kellermann's avatar
    added flag "decoder.seeking" · 1c196478
    Max Kellermann authored
    This flag is used internally; it is set by decoder_seek_where(), and
    indicates that the decoder plugin has begun the seek process.  It is
    used for the case that the decoder plugin has to read data during the
    seek process.  Before this patch, that was impossible, because
    decoder_read() would refuse to read data unless dc->command is NONE.
    This patch is kind of a dirty workaround, and needs to be redesigned
    later.
    1c196478
Name
Last commit
Last update
bs Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
build.mk Loading commit data...
configure.ac Loading commit data...