diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2021-05-03 09:59:22 +0200 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2021-05-20 10:58:52 +0200 |
commit | e56f1f493560e0b641bbe36a528a13767817afed (patch) | |
tree | c8e597e8dc3dc91766fd0b28b32b1588bab63173 | |
parent | 5b015e96ccdbcd87b4ba6484199652fec5cdb38a (diff) |
libcamera: ipu3: imgu: Bump script version
Update the revision of the ImgU Python configuration tool the
libcamera implementation is based on to commit 243d134
("Fix some bug for some resolutions").
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Hirokazu Honda <hiroh@chromium.org
-rw-r--r-- | src/libcamera/pipeline/ipu3/imgu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/pipeline/ipu3/imgu.cpp b/src/libcamera/pipeline/ipu3/imgu.cpp index 07e64e95..6bfd23be 100644 --- a/src/libcamera/pipeline/ipu3/imgu.cpp +++ b/src/libcamera/pipeline/ipu3/imgu.cpp @@ -31,7 +31,7 @@ namespace { * The procedure to calculate the ImgU pipe configuration has been ported * from the pipe_config.py python script, available at: * https://github.com/intel/intel-ipu3-pipecfg - * at revision: 61e83f2f7606 ("Add more information into README") + * at revision: 243d13446e44 ("Fix some bug for some resolutions") */ static constexpr unsigned int FILTER_W = 4; |