Re: [FFmpeg-devel] [PATCH 2/4] h264_levels: Make get_level intra-profile friendly

2018-11-13 Thread Mark Thompson
On 12/11/18 14:18, Andreas Rheinhardt wrote: > Currently ff_h264_get_level does not provide the correct level for any > of the High Intra profiles. Now only High Intra profiles with level 1.1 > get misdetected. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/h264_levels.c | 4 ++-- > 1

[FFmpeg-devel] [PATCH 2/4] h264_levels: Make get_level intra-profile friendly

2018-11-12 Thread Andreas Rheinhardt
Currently ff_h264_get_level does not provide the correct level for any of the High Intra profiles. Now only High Intra profiles with level 1.1 get misdetected. Signed-off-by: Andreas Rheinhardt --- libavcodec/h264_levels.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/l