aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-03-10 13:55:48 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-03-10 13:55:48 +0000
commitf2651e7a6c7a9f492158a36af635eb4fb8ebac36 (patch)
tree20534ab9cae169e3c02019196bacf72fdf5d6efe /libavcodec/avcodec.h
parent4c4a4e9afefc98699f0c720f363e1ce66d8a745d (diff)
downloadffmpeg-f2651e7a6c7a9f492158a36af635eb4fb8ebac36.tar.gz
Fix cropping, depending on enc pix fmt
Originally committed as revision 5134 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index a9f3164dee..6c33373143 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2555,6 +2555,9 @@ int is_adx(const unsigned char *buf,size_t bufsize);
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>