diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-21 10:08:27 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-21 10:08:27 +0100 |
commit | 4452f097e05c264e045ee2df79805e0e16be5869 (patch) | |
tree | b5e7b4f81f4ae2a3d6e73320ed5f670b1e955596 /examples/comprehensive | |
parent | add icc in example (diff) | |
download | blueshift-4452f097e05c264e045ee2df79805e0e16be5869.tar.gz blueshift-4452f097e05c264e045ee2df79805e0e16be5869.tar.bz2 blueshift-4452f097e05c264e045ee2df79805e0e16be5869.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | examples/comprehensive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/comprehensive b/examples/comprehensive index a1166cc..48951ea 100644 --- a/examples/comprehensive +++ b/examples/comprehensive @@ -119,7 +119,7 @@ gamma_blue_day, gamma_blue_night, gamma_blue_default = [1], [1], [1] # Replace `None` with the pathname of the profile. It is assume that # the calibration profile is already applied and that you want it to # still be applied on exit. -icc_video_filter_profile = ["/dev/shm/_/xcalib-0.8/bluish.icc"] +icc_video_filter_profile = [None] icc_calibration_profile = [None] |