[libav-devel] [PATCH 1/1] h264: slice-mt: get last_pic_dropable from master context

2012-12-05 Thread Janne Grunau
Fixes fate-h264-conformance-cvnlfi2_sony_h and smllwebdl.mkv from https://github.com/OpenELEC/OpenELEC.tv/issues/1557 . --- libavcodec/h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index cd8aeec..b9c46ea 100644 ---

Re: [libav-devel] [PATCH 1/1] h264: slice-mt: get last_pic_dropable from master context

2012-12-05 Thread Ronald S. Bultje
Hi, On Wed, Dec 5, 2012 at 11:00 AM, Janne Grunau janne-li...@jannau.net wrote: Fixes fate-h264-conformance-cvnlfi2_sony_h and smllwebdl.mkv from https://github.com/OpenELEC/OpenELEC.tv/issues/1557 . --- libavcodec/h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git