We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4533a commit 6532b4dCopy full SHA for 6532b4d
src/codec.jl
@@ -12,7 +12,7 @@ Transcoding protocol
12
Transcoding proceeds by calling some functions in a specific way. We call this
13
"transcoding protocol" and any codec must implement it as described below.
14
15
-There are six functions for a codec to implement:
+There are seven functions for a codec to implement:
16
- `expectedsize`: return the expected size of transcoded data
17
- `pledgeinsize`: tell the codec the total input size
18
- `minoutsize`: return the minimum output size of `process`
0 commit comments