Re: [FFmpeg-devel] [PATCH v3 2/4] cbs_mpeg2: Improve checks for invalid values

2019-05-06 Thread Mark Thompson
On 28/04/2019 23:15, Andreas Rheinhardt wrote: > Mark Thompson: >> On 23/04/2019 23:55, Andreas Rheinhardt wrote: >>> horizontal/vertical_size_value (containing the twelve least significant >>> bits of the frame size) mustn't be zero according to the specifications; >>> and the value 0 is forbidden

Re: [FFmpeg-devel] [PATCH v3 2/4] cbs_mpeg2: Improve checks for invalid values

2019-04-28 Thread Andreas Rheinhardt
Mark Thompson: > On 23/04/2019 23:55, Andreas Rheinhardt wrote: >> horizontal/vertical_size_value (containing the twelve least significant >> bits of the frame size) mustn't be zero according to the specifications; >> and the value 0 is forbidden for the colour_description elements. >> >> Signed-of

Re: [FFmpeg-devel] [PATCH v3 2/4] cbs_mpeg2: Improve checks for invalid values

2019-04-28 Thread Mark Thompson
On 23/04/2019 23:55, Andreas Rheinhardt wrote: > horizontal/vertical_size_value (containing the twelve least significant > bits of the frame size) mustn't be zero according to the specifications; > and the value 0 is forbidden for the colour_description elements. > > Signed-off-by: Andreas Rheinha

Re: [FFmpeg-devel] [PATCH v3 2/4] cbs_mpeg2: Improve checks for invalid values

2019-04-23 Thread James Almer
On 4/23/2019 7:55 PM, Andreas Rheinhardt wrote: > horizontal/vertical_size_value (containing the twelve least significant > bits of the frame size) mustn't be zero according to the specifications; > and the value 0 is forbidden for the colour_description elements. > > Signed-off-by: Andreas Rheinh