Re: [FFmpeg-devel] [PATCH 1/2] cbs_h264: Fix missing inferred colour description fields

2019-07-29 Thread Mark Thompson
On 29/07/2019 00:31, Andreas Rheinhardt wrote: > Mark Thompson: >> With video_signal_type_present_flag set but colour_description_present_flag >> unset the colour fields would not have had their correct values inferred. >> --- >> libavcodec/cbs_h264_syntax_template.c | 4 >> 1 file changed, 4

Re: [FFmpeg-devel] [PATCH 1/2] cbs_h264: Fix missing inferred colour description fields

2019-07-28 Thread Andreas Rheinhardt
Mark Thompson: > With video_signal_type_present_flag set but colour_description_present_flag > unset the colour fields would not have had their correct values inferred. > --- > libavcodec/cbs_h264_syntax_template.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/libavcodec/cbs_h264_s

[FFmpeg-devel] [PATCH 1/2] cbs_h264: Fix missing inferred colour description fields

2019-07-28 Thread Mark Thompson
With video_signal_type_present_flag set but colour_description_present_flag unset the colour fields would not have had their correct values inferred. --- libavcodec/cbs_h264_syntax_template.c | 4 1 file changed, 4 insertions(+) diff --git a/libavcodec/cbs_h264_syntax_template.c b/libavcode