commit | f406649e179924b7afceab31414c96fbe02b9723 | [log] [tgz] |
---|---|---|
author | Dichen Zhang <dichenzhang@google.com> | Thu Feb 17 17:32:53 2022 -0800 |
committer | Dichen Zhang <dichenzhang@google.com> | Tue Mar 01 15:52:13 2022 -0800 |
tree | 704f54993c9f499c345fac0d0878fe990ae9aa34 | |
parent | bbe73ba9f47fc4e5a5a660f0f1a5a1180f9aaa05 [diff] [blame] |
Expose bitDepth to MediaMetadataRetriever Bug: b/217378477 Test: Change-Id: I16dabdf9aaabf341a9cebb1624e464155196a5a8
diff --git a/media/libheif/HeifDecoderImpl.h b/media/libheif/HeifDecoderImpl.h index 2b9c710..86a8628 100644 --- a/media/libheif/HeifDecoderImpl.h +++ b/media/libheif/HeifDecoderImpl.h
@@ -54,6 +54,8 @@ size_t skipScanlines(size_t count) override; + uint32_t getColorDepth() override; + private: struct DecodeThread;