split most of FileDecoder off to new SeekableStreamDecoder

This commit is contained in:
Josh Coalson
2001-11-08 23:59:22 +00:00
parent 53ad911a1d
commit dbd84c48e5
13 changed files with 1398 additions and 687 deletions

View File

@@ -40,6 +40,7 @@ C_FILES= \
md5.c \
memory.c \
seek_table.c \
seekable_stream_decoder.c \
stream_decoder.c \
stream_encoder.c \
stream_encoder_framing.c \