3#ifndef FPLAYER_COMBLOCK_H
4#define FPLAYER_COMBLOCK_H
20 const struct tf_header_t* seq,
int ComBlock_count(struct FC *fc, const struct tf_header_t *seq)
Determines the number of compression blocks available within the given sequence file....
Definition comblock.c:212
int ComBlock_read(struct FC *fc, const struct tf_header_t *seq, int index, struct fd_list_s *list)
Reads the given compression block (by index) from the given file controller and decompresses it (if s...
Definition comblock.c:195
File controller that wraps a stdlib file pointer and provides additional functionality for reading fi...
Definition fc.c:10
Represents a list of frame data blocks.
Definition fd.h:10