Re: [libav-devel] [PATCH 1/1] cmdutils: align dimensions before adding edges

2012-12-07 Thread Måns Rullgård
Janne Grunau writes: > On 2012-12-07 12:17:41 +, Måns Rullgård wrote: >> Janne Grunau writes: >> >> > This allows us to use avcodec_get_edge_width() for the edge width >> > without breaking svq1 fate-vsynth tests. >> > --- >> > cmdutils.c | 5 +++-- >> > 1 file changed, 3 insertions(+), 2

Re: [libav-devel] [PATCH 1/1] cmdutils: align dimensions before adding edges

2012-12-07 Thread Janne Grunau
On 2012-12-07 12:17:41 +, Måns Rullgård wrote: > Janne Grunau writes: > > > This allows us to use avcodec_get_edge_width() for the edge width > > without breaking svq1 fate-vsynth tests. > > --- > > cmdutils.c | 5 +++-- > > 1 file changed, 3 insertions(+), 2 deletions(-) > > > > diff --git

Re: [libav-devel] [PATCH 1/1] cmdutils: align dimensions before adding edges

2012-12-07 Thread Måns Rullgård
Janne Grunau writes: > This allows us to use avcodec_get_edge_width() for the edge width > without breaking svq1 fate-vsynth tests. > --- > cmdutils.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/cmdutils.c b/cmdutils.c > index 42029d5..c374114 100644 > --- a/cmd

[libav-devel] [PATCH 1/1] cmdutils: align dimensions before adding edges

2012-12-07 Thread Janne Grunau
This allows us to use avcodec_get_edge_width() for the edge width without breaking svq1 fate-vsynth tests. --- cmdutils.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmdutils.c b/cmdutils.c index 42029d5..c374114 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -1293,7 +129