Re: [libav-devel] [PATCH 4/8] h264dec: drop a redundant check

2017-01-03 Thread Vittorio Giovara
On Tue, Dec 27, 2016 at 7:31 PM, Anton Khirnov wrote: > Cropping parameters are already checked for validity during SPS parsing, > no need to check them again. > --- > libavcodec/h264_slice.c | 17 - > 1 file changed, 17 deletions(-) ok -- Vittorio

[libav-devel] [PATCH 4/8] h264dec: drop a redundant check

2016-12-27 Thread Anton Khirnov
Cropping parameters are already checked for validity during SPS parsing, no need to check them again. --- libavcodec/h264_slice.c | 17 - 1 file changed, 17 deletions(-) diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c index db7628c..1b35c2b 100644 ---