Re: [libav-devel] [PATCH 1/1] h264-mt: handle NAL_DPAs before calling ff_thread_finish_setup

2012-12-14 Thread Ronald S. Bultje
Hi, On Fri, Dec 14, 2012 at 2:33 PM, Janne Grunau wrote: > Hi, > On 2012-12-12 16:20:50 -0800, Ronald S. Bultje wrote: >> Hi, >> >> On Wed, Dec 12, 2012 at 12:30 PM, Janne Grunau >> wrote: >> > --- >> > libavcodec/h264.c | 13 - >> > libavcodec/h264.h | 1 + >> > 2 files changed,

[libav-devel] [PATCH 1/1] h264-mt: handle NAL_DPAs before calling ff_thread_finish_setup

2012-12-14 Thread Janne Grunau
Hi, On 2012-12-12 16:20:50 -0800, Ronald S. Bultje wrote: > Hi, > > On Wed, Dec 12, 2012 at 12:30 PM, Janne Grunau wrote: > > --- > > libavcodec/h264.c | 13 - > > libavcodec/h264.h | 1 + > > 2 files changed, 13 insertions(+), 1 deletion(-) > > In what situation does this happen?