Registered stream types "gzip" and "pizg"

This commit is contained in:
Thomas Schmitt 2009-04-24 08:45:03 +02:00
parent 70af4872c9
commit 1ae2a39d1d
1 changed files with 3 additions and 1 deletions

View File

@ -772,7 +772,7 @@ struct IsoStream_Iface
* Version 1 (since 0.6.8)
* update_size() added.
* Version 2 (since 0.6.18)
* get_input_stream() added. A filter stream should have version 2.
* get_input_stream() added. A filter stream must have version 2.
*/
int version;
@ -784,6 +784,8 @@ struct IsoStream_Iface
* "extf" -> External filter program
* "ziso" -> zisofs compression
* "osiz" -> zisofs uncompression
* "gzip" -> gzip compression
* "pizg" -> gzip uncompression (gunzip)
* "user" -> User supplied stream
*/
char type[4];