[libav-devel] [PATCH 11/15] h264: prevent starting new frames after ff_thread_finish_setup()

2012-12-12 Thread Janne Grunau
--- libavcodec/h264.c | 13 - libavcodec/h264.h | 1 + 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 36d0e42..baeebf1 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -1277,6 +1277,8 @@ static int

Re: [libav-devel] [PATCH 11/15] h264: prevent starting new frames after ff_thread_finish_setup()

2012-12-12 Thread Ronald S. Bultje
Hi, On Wed, Dec 12, 2012 at 12:30 PM, Janne Grunau janne-li...@jannau.net wrote: --- libavcodec/h264.c | 13 - libavcodec/h264.h | 1 + 2 files changed, 13 insertions(+), 1 deletion(-) In what situation does this happen? We should really make this an assert() at some point, and