Re: [FFmpeg-devel] [PATCH] lavfi: Fix frame alignment in fspp

2015-01-28 Thread Michael Niedermayer
On Wed, Jan 28, 2015 at 02:52:12PM +, Paul B Mahol wrote: > On 1/28/15, arwa arif wrote: > > I have attached the patch. > > > > lgtm applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The bravest are surely those who have the clearest vision o

Re: [FFmpeg-devel] [PATCH] lavfi: Fix frame alignment in fspp

2015-01-28 Thread Paul B Mahol
On 1/28/15, arwa arif wrote: > I have attached the patch. > lgtm ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] lavfi: Fix frame alignment in fspp

2015-01-28 Thread arwa arif
I have attached the patch. From 3f79914969b2e0dd5dbece536b57eef62c328f46 Mon Sep 17 00:00:00 2001 From: Arwa Arif Date: Wed, 28 Jan 2015 19:33:19 +0530 Subject: [PATCH] Fix frame-alignment in FSPP --- libavfilter/vf_fspp.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/libavfilter/vf_f