]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Lots of little fixes.
authorSjoerd Mullender <sjoerd@acm.org>
Tue, 29 Sep 1992 16:43:43 +0000 (16:43 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Tue, 29 Sep 1992 16:43:43 +0000 (16:43 +0000)
commit384f24816b7a50c7c2c23740bbc1080fcb7a2d3f
treebdaba5676ec081451e655eff184fac96170f0aac
parent9e3f335bea3a57481e935d0ec015b4f395b1bc9b
Lots of little fixes.
- merged CloseCompressor and CloseDecompressor into one function
- keep existing errors in error function (for exceptions raised in the
  Compress or Decompress callback functions)
- remove newline from error string generated by error function
- allocate less memory when compressing multiple frames
- keep existing errors when clCompress or clDecompress fails
- raise an exception when compressed data doesn't fit within
  dataMaxSize bytes
- allocate frameSize bytes for decompression buffer instead of
  dataMaxSize
- use mkvalue more often
- new function QueryParams which will accept CL.AUDIO and CL.VIDEO
  args
- changed some function names
Modules/clmodule.c