aboutsummaryrefslogtreecommitdiffstats
path: root/debayer.c
diff options
context:
space:
mode:
authorPatrick Roth <roth@stettbacher.ch>2021-06-28 10:43:54 +0200
committerPatrick Roth <roth@stettbacher.ch>2021-06-28 10:43:54 +0200
commitbc5c98e0df72b18a9f4a3d80edef48bd26932c4f (patch)
treeaf4a3d0b8d79fd0a71fdb2c1fed4ef0e2b33d3be /debayer.c
parentdebug processing time (diff)
downloado3000-color-pipe-bc5c98e0df72b18a9f4a3d80edef48bd26932c4f.tar.gz
o3000-color-pipe-bc5c98e0df72b18a9f4a3d80edef48bd26932c4f.zip
file description header update
Diffstat (limited to 'debayer.c')
-rw-r--r--debayer.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/debayer.c b/debayer.c
index 1733496..984f928 100644
--- a/debayer.c
+++ b/debayer.c
@@ -2,9 +2,7 @@
* @file debayer.c
* @brief demosaicing algorithms
* @author Patrick Roth - roth@stettbacher.ch
-* @version 1.0
-* @date 2015-08-20
-* @copyright 2012-2016 Stettbacher Signal Processing AG
+* @copyright Stettbacher Signal Processing AG
*
* @remarks
*
@@ -240,4 +238,4 @@ int debayer(struct debayer_data_t *debayer_data) {
ret = -1;
}
return ret;
-} \ No newline at end of file
+}