diff options
Diffstat (limited to 'lib/jxl/dec_context_map.h')
-rw-r--r-- | lib/jxl/dec_context_map.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/jxl/dec_context_map.h b/lib/jxl/dec_context_map.h index 1db2317..95b8a0c 100644 --- a/lib/jxl/dec_context_map.h +++ b/lib/jxl/dec_context_map.h @@ -22,8 +22,8 @@ constexpr size_t kMaxClusters = 256; // context_map->size() must be the number of possible context ids. // Sets *num_htrees to the number of different histogram ids in // *context_map. -bool DecodeContextMap(std::vector<uint8_t>* context_map, size_t* num_htrees, - BitReader* input); +Status DecodeContextMap(std::vector<uint8_t>* context_map, size_t* num_htrees, + BitReader* input); } // namespace jxl |