changeset 1073:4bc02fcf4d8c libavcodec

fixing 410 -> 420
author michaelni
date Tue, 18 Feb 2003 17:35:49 +0000
parents 68d0a38bd802
children d90c350454da
files imgconvert.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/imgconvert.c	Tue Feb 18 11:48:57 2003 +0000
+++ b/imgconvert.c	Tue Feb 18 17:35:49 2003 +0000
@@ -1370,7 +1370,7 @@
         for(i = 1;i <= 2; i++)
             resize_func(dst->data[i], dst->linesize[i],
                         src->data[i], src->linesize[i],
-                        w, h);
+                        dst_width>>dst_pix->x_chroma_shift, dst_height>>dst_pix->y_chroma_shift);
        return 0;
     }