summaryrefslogtreecommitdiff
path: root/libavformat/av1.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2019-07-30 11:55:26 -0300
committerJames Almer <jamrial@gmail.com>2019-08-03 12:33:14 -0300
commit9a44ec94100a647df6920c65cccdd605a2e6865b (patch)
treeae572f3eed3021a2eeef10e304a9bbf5acc29a29 /libavformat/av1.h
parent0d597a69bad6e98d088f4c17989abd6a6a34084d (diff)
avformat/av1: combine high_bitdepth and twelve_bit into a single bitdepth value
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/av1.h')
-rw-r--r--libavformat/av1.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavformat/av1.h b/libavformat/av1.h
index c07fb740e9..9354889afe 100644
--- a/libavformat/av1.h
+++ b/libavformat/av1.h
@@ -29,8 +29,7 @@ typedef struct AV1SequenceParameters {
uint8_t profile;
uint8_t level;
uint8_t tier;
- uint8_t high_bitdepth;
- uint8_t twelve_bit;
+ uint8_t bitdepth;
uint8_t monochrome;
uint8_t chroma_subsampling_x;
uint8_t chroma_subsampling_y;