diff avcodec.h @ 630:b4ee42142ad1 libavcodec

croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me
author michaelni
date Sun, 01 Sep 2002 07:19:38 +0000
parents f596db4aa871
children 57b9a37546a0
line wrap: on
line diff
--- a/avcodec.h	Sat Aug 31 14:17:51 2002 +0000
+++ b/avcodec.h	Sun Sep 01 07:19:38 2002 +0000
@@ -463,6 +463,12 @@
 
 ImgReSampleContext *img_resample_init(int output_width, int output_height,
                                       int input_width, int input_height);
+
+ImgReSampleContext *img_resample_full_init(int owidth, int oheight,
+                                      int iwidth, int iheight,
+                                      int topBand, int bottomBand,
+                                      int leftBand, int rightBand);
+
 void img_resample(ImgReSampleContext *s, 
                   AVPicture *output, AVPicture *input);