ADPCM Codecs
|
This structure stores compressed data. It is typically exported by demuxers and then passed as input to decoders, or received as output from encoders and then passed to muxers. More...
#include <adpcm.h>
Public Attributes | |
uint8_t * | data |
int | size |
This structure stores compressed data. It is typically exported by demuxers and then passed as input to decoders, or received as output from encoders and then passed to muxers.