Re: [FFmpeg-devel] [PATCH 2/3] avcodec/cbs_h2645: use the fixed() macro for forbidden_zero_bit

2019-04-28 Thread James Almer
On 4/28/2019 8:00 PM, Mark Thompson wrote: > On 17/04/2019 03:56, James Almer wrote: >> This follows the spec definition, and removes a field from the relevant >> structs. >> >> Signed-off-by: James Almer >> --- >> libavcodec/cbs_h264.h | 1 - >> libavcodec/cbs_h264_syntax_templat

Re: [FFmpeg-devel] [PATCH 2/3] avcodec/cbs_h2645: use the fixed() macro for forbidden_zero_bit

2019-04-28 Thread Mark Thompson
On 17/04/2019 03:56, James Almer wrote: > This follows the spec definition, and removes a field from the relevant > structs. > > Signed-off-by: James Almer > --- > libavcodec/cbs_h264.h | 1 - > libavcodec/cbs_h264_syntax_template.c | 2 +- > libavcodec/cbs_h265.h

[FFmpeg-devel] [PATCH 2/3] avcodec/cbs_h2645: use the fixed() macro for forbidden_zero_bit

2019-04-16 Thread James Almer
This follows the spec definition, and removes a field from the relevant structs. Signed-off-by: James Almer --- libavcodec/cbs_h264.h | 1 - libavcodec/cbs_h264_syntax_template.c | 2 +- libavcodec/cbs_h265.h | 1 - libavcodec/cbs_h265_syntax_template.c | 2 +- 4