Re: [libav-devel] [PATCH 2/2] vf_overlay: properly sync inputs.

2012-10-04 Thread Luca Barbato
On 10/04/2012 07:29 AM, Anton Khirnov wrote: > > On Thu, 04 Oct 2012 00:21:12 +0200, Luca Barbato wrote: >> On 10/03/2012 10:56 PM, Anton Khirnov wrote: >>> Right now it incorrectly assumes that the frames are sent in the proper >>> order, which worked with old ffmpeg and avconv versions by accid

Re: [libav-devel] [PATCH 2/2] vf_overlay: properly sync inputs.

2012-10-03 Thread Anton Khirnov
On Thu, 04 Oct 2012 00:21:12 +0200, Luca Barbato wrote: > On 10/03/2012 10:56 PM, Anton Khirnov wrote: > > Right now it incorrectly assumes that the frames are sent in the proper > > order, which worked with old ffmpeg and avconv versions by accident. > > --- > > libavfilter/vf_overlay.c | 207

Re: [libav-devel] [PATCH 2/2] vf_overlay: properly sync inputs.

2012-10-03 Thread Luca Barbato
On 10/03/2012 10:56 PM, Anton Khirnov wrote: > Right now it incorrectly assumes that the frames are sent in the proper > order, which worked with old ffmpeg and avconv versions by accident. > --- > libavfilter/vf_overlay.c | 207 > +- > 1 file changed,

[libav-devel] [PATCH 2/2] vf_overlay: properly sync inputs.

2012-10-03 Thread Anton Khirnov
Right now it incorrectly assumes that the frames are sent in the proper order, which worked with old ffmpeg and avconv versions by accident. --- libavfilter/vf_overlay.c | 207 +- 1 file changed, 115 insertions(+), 92 deletions(-) diff --git a/libavfil