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:
authorJames Almer <jamrial@gmail.com>2019-04-17 05:00:49 +0300
committerJames Almer <jamrial@gmail.com>2019-04-29 02:29:40 +0300
commit45048ece81d395431d5604cf30596aaa62692da3 (patch)
tree3fff8ae7f0af5535951d8dec8a65ac01cf06ab82 /libavcodec/cbs_h265.h
parent16c50abb5016fd260c3dcea21aeb335337fe5362 (diff)
avcodec/cbs_h2645: use the fixed() macro for forbidden_zero_bit
This follows the spec definition, and removes a field from the relevant structs. Reviewed-by: Mark Thompson <sw@jkqxz.net> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/cbs_h265.h')
-rw-r--r--libavcodec/cbs_h265.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/cbs_h265.h b/libavcodec/cbs_h265.h
index 0c0e4f84b0..c9bc90187b 100644
--- a/libavcodec/cbs_h265.h
+++ b/libavcodec/cbs_h265.h
@@ -35,7 +35,6 @@ enum {
};
typedef struct H265RawNALUnitHeader {
- uint8_t forbidden_zero_bit;
uint8_t nal_unit_type;
uint8_t nuh_layer_id;
uint8_t nuh_temporal_id_plus1;