From ee69861fb587eab003546121522adb0b1f546612 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Fri, 5 Jan 2001 14:37:49 +0000 Subject: [PATCH] Added some comments. committer: mfx 978705469 +0000 --- src/filter/ctjo.h | 6 +++++- src/filter/cto.h | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/filter/ctjo.h b/src/filter/ctjo.h index a0464d29..919d8f98 100644 --- a/src/filter/ctjo.h +++ b/src/filter/ctjo.h @@ -29,7 +29,7 @@ /************************************************************************* -// +// filter / scan **************************************************************************/ static int F(Filter *f) @@ -158,6 +158,10 @@ static int F(Filter *f) } +/************************************************************************* +// unfilter +**************************************************************************/ + #ifdef U static int U(Filter *f) { diff --git a/src/filter/cto.h b/src/filter/cto.h index b219ae63..cd9b716c 100644 --- a/src/filter/cto.h +++ b/src/filter/cto.h @@ -28,7 +28,7 @@ /************************************************************************* -// +// filter / scan **************************************************************************/ static int F(Filter *f) @@ -157,6 +157,10 @@ static int F(Filter *f) } +/************************************************************************* +// unfilter +**************************************************************************/ + #ifdef U static int U(Filter *f) {