[FFmpeg-devel] [PATCH] hevc: properly handle no_rasl_output_flag when removing pictures from the DPB

2015-09-19 Thread Hendrik Leppkes
Fixes ticket #4185. Reviewed-By: Mickael Raulet --- libavcodec/hevc.c | 5 + libavcodec/hevc.h | 1 + libavcodec/hevc_refs.c | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c index

Re: [FFmpeg-devel] [PATCH] hevc: properly handle no_rasl_output_flag when removing pictures from the DPB

2015-09-19 Thread Carl Eugen Hoyos
Hendrik Leppkes gmail.com> writes: > Fixes ticket #4185. > > Reviewed-By: Mickael Raulet insa-rennes.fr> If he reviewed it (that's also how I remember it) please push! Thank you for looking into this issue, Carl Eugen ___ ffmpeg-devel mailing

Re: [FFmpeg-devel] [PATCH] hevc: properly handle no_rasl_output_flag when removing pictures from the DPB

2015-09-19 Thread Michael Niedermayer
On Sat, Sep 19, 2015 at 11:46:09AM +0200, Hendrik Leppkes wrote: > Fixes ticket #4185. > > Reviewed-By: Mickael Raulet > --- > libavcodec/hevc.c | 5 + > libavcodec/hevc.h | 1 + > libavcodec/hevc_refs.c | 2 +- > 3 files changed, 7 insertions(+), 1