From d0162d09d0ab0f5d6e7ed2834367cccefce69738 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 20 Jan 2003 20:33:08 +0000 Subject: [PATCH] fixing yuv422 -> yuv420p (i need that for the vceq videos ...) Originally committed as revision 1481 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/imgconvert.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c index 9ab0bdbdf0..6ac5dd7292 100644 --- a/libavcodec/imgconvert.c +++ b/libavcodec/imgconvert.c @@ -242,18 +242,18 @@ static void yuv422_to_yuv420p(AVPicture *dst, AVPicture *src, for(y=0;y