Name
- wvFReadBitstream, wvFWriteBitstream - bitstream input/output
Synopsis
-
#include <wv/enc_bitstream.h>
WVbitstream *wvFReadBitstream(FILE *fp);
void wvFWriteBitstream(FILE *fp, const WVbitstream *bitstream);
Description
-
wvFReadBitstream reads a bitstream from the input stream fp.
wvFWriteBitstream writes bitstream to the output stream
fp.
See Also
-
wvBitstreamEncode(3),
wvBitstreamDecode(3),
wvFReadBasisFromBitstream(3),
wvFWriteBasisToBitstream(3)
Diagnostics
- wvFReadBitstream returns False and wvFWriteBitstream returns
A NULL pointer if the request cannot be completed (usually indicating that
the process has run out of memory).
|