Re: [FFmpeg-devel] [RFC][PATCH] Use correct chroma position in YUV420P interlaced conversions

2014-12-24 Thread Carl Eugen Hoyos
Kieran Kunhya obe.tv> writes: > I think this is right but would be useful to > get it checked. Visually the output looks ok Is this related to ticket #4168? If yes, please add a comment. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-de

[FFmpeg-devel] [RFC][PATCH] Use correct chroma position in YUV420P interlaced conversions

2014-12-24 Thread Kieran Kunhya
I think this is right but would be useful to get it checked. Visually the output looks ok --- libavfilter/vf_scale.c | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c index 64b88c2..83a0666 100644 --- a/libavfi