[libav-devel] [PATCH] avplay: apply the stream aspect ratio to libavfilter'ed frames

2013-02-07 Thread Vladimir Pantelic
So far we took only the codec sample aspect ratio into account and ignored the one from the stream when using libavfilter. Signed-off-by: Vladimir Pantelic --- avplay.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/avplay.c b/avplay.c index 3e2110f..58b16d5 100644

Re: [libav-devel] [PATCH] avplay: apply the stream aspect ratio to libavfilter'ed frames

2013-02-07 Thread Luca Barbato
On 07/02/13 14:09, Vladimir Pantelic wrote: > So far we took only the codec sample aspect ratio into account > and ignored the one from the stream when using libavfilter. > > Signed-off-by: Vladimir Pantelic > --- > avplay.c |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) > >

Re: [libav-devel] [PATCH] avplay: apply the stream aspect ratio to libavfilter'ed frames

2013-02-07 Thread Vladimir Pantelic
On 02/07/2013 02:34 PM, Luca Barbato wrote: On 07/02/13 14:09, Vladimir Pantelic wrote: So far we took only the codec sample aspect ratio into account and ignored the one from the stream when using libavfilter. Signed-off-by: Vladimir Pantelic --- avplay.c |6 ++ 1 files changed, 6 i