summaryrefslogtreecommitdiff
path: root/libavcodec/cbs_av1.h
diff options
context:
space:
mode:
authorFei Wang <fei.w.wang@intel.com>2019-12-11 09:54:54 +0800
committerJames Almer <jamrial@gmail.com>2019-12-11 16:23:38 -0300
commit5fc3099cafc8b89fd4a9524ad1ff324b386bca67 (patch)
tree5d40e3a7a93d4063dc00709f97183972f0144aa6 /libavcodec/cbs_av1.h
parent86e9747c634bc17ef8335d12191aa9e7a897fd64 (diff)
avcodec/cbs_av1: rename enable_intraintra_compound flag
rename enable_intraintra_compound to enable_interintra_compound, which keep same as AV1 sepc(v1.0.0-errata1). Signed-off-by: Fei Wang <fei.w.wang@intel.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/cbs_av1.h')
-rw-r--r--libavcodec/cbs_av1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cbs_av1.h b/libavcodec/cbs_av1.h
index 9eaf5c4de6..50a05d2168 100644
--- a/libavcodec/cbs_av1.h
+++ b/libavcodec/cbs_av1.h
@@ -105,7 +105,7 @@ typedef struct AV1RawSequenceHeader {
uint8_t use_128x128_superblock;
uint8_t enable_filter_intra;
uint8_t enable_intra_edge_filter;
- uint8_t enable_intraintra_compound;
+ uint8_t enable_interintra_compound;
uint8_t enable_masked_compound;
uint8_t enable_warped_motion;
uint8_t enable_dual_filter;