Re: [libav-devel] [PATCH 15/28] h264: tighten the valid range for ref_frame_count

2016-06-09 Thread Vittorio Giovara
On Thu, Jun 9, 2016 at 4:54 AM, Diego Biurrun wrote: > On Thu, Jun 09, 2016 at 10:30:01AM +0200, Anton Khirnov wrote: >> This field (which the spec calls max_num_ref_frames) must be less or >> equal to MaxDpbFrames, which is at most 16. > > less than > > Diego lgtm with that fixed -- Vittorio __

Re: [libav-devel] [PATCH 15/28] h264: tighten the valid range for ref_frame_count

2016-06-09 Thread Diego Biurrun
On Thu, Jun 09, 2016 at 10:30:01AM +0200, Anton Khirnov wrote: > This field (which the spec calls max_num_ref_frames) must be less or > equal to MaxDpbFrames, which is at most 16. less than Diego ___ libav-devel mailing list libav-devel@libav.org https:

[libav-devel] [PATCH 15/28] h264: tighten the valid range for ref_frame_count

2016-06-09 Thread Anton Khirnov
This field (which the spec calls max_num_ref_frames) must be less or equal to MaxDpbFrames, which is at most 16. --- libavcodec/h264_ps.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavcodec/h264_ps.c b/libavcodec/h264_ps.c index 3296baa..145ea34 100644 --- a/libavcodec