diff options
Diffstat (limited to 'Doc/lib/libcodecs.tex')
-rw-r--r-- | Doc/lib/libcodecs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex index b87ed39..a49d24e 100644 --- a/Doc/lib/libcodecs.tex +++ b/Doc/lib/libcodecs.tex @@ -505,7 +505,7 @@ the \function{lookup()} function to construct the instance. \var{encode}, \var{decode} must adhere to the \class{Codec} interface, \var{Reader}, \var{Writer} must be factory functions or - classes providing objects of the the \class{StreamReader} and + classes providing objects of the \class{StreamReader} and \class{StreamWriter} interface respectively. \var{encode} and \var{decode} are needed for the frontend |