Re: [FFmpeg-devel] [PATCHv2] vf_scale: Use correct chroma position in YUV420P interlaced conversions

2014-12-24 Thread Kieran Kunhya
> >> + >> av_opt_set_int(*s, "src_h_chr_pos", scale->in_h_chr_pos, 0); >> av_opt_set_int(*s, "src_v_chr_pos", scale->in_v_chr_pos, 0); >> av_opt_set_int(*s, "dst_h_chr_pos", scale->out_h_chr_pos, 0); >> @@ -520,8 +527,8 @@ static int filter_frame(AVFilterLink

Re: [FFmpeg-devel] [PATCHv2] vf_scale: Use correct chroma position in YUV420P interlaced conversions

2014-12-24 Thread Michael Niedermayer
On Wed, Dec 24, 2014 at 03:10:56PM +, Kieran Kunhya wrote: > Fixed wrong chroma line use > --- > libavfilter/vf_scale.c | 11 +-- > 1 file changed, 9 insertions(+), 2 deletions(-) > > diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c > index 64b88c2..9189103 100644 > --- a/

[FFmpeg-devel] [PATCHv2] vf_scale: Use correct chroma position in YUV420P interlaced conversions

2014-12-24 Thread Kieran Kunhya
Fixed wrong chroma line use --- libavfilter/vf_scale.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c index 64b88c2..9189103 100644 --- a/libavfilter/vf_scale.c +++ b/libavfilter/vf_scale.c @@ -373,6 +373,13 @@ static