summaryrefslogtreecommitdiff
path: root/cesar/mac/common
diff options
context:
space:
mode:
authorJean-Philippe SAVE2013-02-12 18:31:59 +0100
committerJean-Philippe SAVE2013-02-14 15:55:27 +0100
commitc0863827016277068d27276ecbd31f8d71b1bf63 (patch)
tree609c22e4199f08cd9e3f7ad71df297c8d32f21a6 /cesar/mac/common
parent44901c27b9ef3a57eeb310b1d3e32c67c6604b47 (diff)
cesar/mac/common: fix the version field size in intervals_t, closes #2541
This commit is a cherry-pick of this one: d87f522ea3ab6b01de8aacc2df18079a48109d6f
Diffstat (limited to 'cesar/mac/common')
-rw-r--r--cesar/mac/common/tonemap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/mac/common/tonemap.h b/cesar/mac/common/tonemap.h
index 270f7096e4..d57d68a1d5 100644
--- a/cesar/mac/common/tonemap.h
+++ b/cesar/mac/common/tonemap.h
@@ -133,7 +133,7 @@ struct tonemap_intervals_t
* This change is handle by the mac_interval_commit_changes function which
* will update the version while swapping intervals list.
*/
- uint version;
+ u8 version;
/**
* Count of intervals.
* 0 is a valid number (0 intervals).