Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2018-10-27 22:41:00 +0300
committerMark Thompson <sw@jkqxz.net>2018-10-31 01:22:27 +0300
commitedcdf3512376b64d6add61fb5c21b418ebbba1e3 (patch)
tree83a77782f09f83110ffb754cd9393bb82f488207 /libavcodec/cbs_vp9.h
parentad5ca1fb72fc1e0d7cdeec85b279608f8195c96e (diff)
cbs_vp9: Ensure that reserved zero bits are actually zero
Diffstat (limited to 'libavcodec/cbs_vp9.h')
-rw-r--r--libavcodec/cbs_vp9.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/cbs_vp9.h b/libavcodec/cbs_vp9.h
index 5b99c90c2e..b9cb422fc6 100644
--- a/libavcodec/cbs_vp9.h
+++ b/libavcodec/cbs_vp9.h
@@ -84,7 +84,6 @@ typedef struct VP9RawFrameHeader {
uint8_t frame_marker;
uint8_t profile_low_bit;
uint8_t profile_high_bit;
- uint8_t profile_reserved_zero;
uint8_t show_existing_frame;
uint8_t frame_to_show_map_idx;
@@ -99,7 +98,6 @@ typedef struct VP9RawFrameHeader {
uint8_t color_range;
uint8_t subsampling_x;
uint8_t subsampling_y;
- uint8_t color_config_reserved_zero;
uint8_t refresh_frame_flags;