diff avcodec.h @ 3179:870bbd067df8 libavcodec

Fix cropping, depending on enc pix fmt
author bcoudurier
date Fri, 10 Mar 2006 13:55:48 +0000
parents ddf6d81a6369
children cc86ebc32143
line wrap: on
line diff
--- a/avcodec.h	Thu Mar 09 08:05:45 2006 +0000
+++ b/avcodec.h	Fri Mar 10 13:55:48 2006 +0000
@@ -2555,6 +2555,9 @@
 void img_copy(AVPicture *dst, const AVPicture *src,
               int pix_fmt, int width, int height);
 
+int img_crop(AVPicture *dst, const AVPicture *src,
+             int pix_fmt, int top_band, int left_band);
+
 /* av_log API */
 
 #include <stdarg.h>