diff options
author | James Almer <jamrial@gmail.com> | 2019-04-16 23:00:49 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-04-28 20:29:40 -0300 |
commit | 45048ece81d395431d5604cf30596aaa62692da3 (patch) | |
tree | 3fff8ae7f0af5535951d8dec8a65ac01cf06ab82 /libavcodec/cbs_h264.h | |
parent | 16c50abb5016fd260c3dcea21aeb335337fe5362 (diff) | |
download | ffmpeg-45048ece81d395431d5604cf30596aaa62692da3.tar.gz |
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_h264.h')
-rw-r--r-- | libavcodec/cbs_h264.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/cbs_h264.h b/libavcodec/cbs_h264.h index b5eee7c370..cc46eeb3b0 100644 --- a/libavcodec/cbs_h264.h +++ b/libavcodec/cbs_h264.h @@ -38,7 +38,6 @@ enum { typedef struct H264RawNALUnitHeader { - uint8_t forbidden_zero_bit; uint8_t nal_ref_idc; uint8_t nal_unit_type; |