Mercurial > libavcodec.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 3178:bd995b8c64fd | 3179:870bbd067df8 |
|---|---|
| 2553 int is_adx(const unsigned char *buf,size_t bufsize); | 2553 int is_adx(const unsigned char *buf,size_t bufsize); |
| 2554 | 2554 |
| 2555 void img_copy(AVPicture *dst, const AVPicture *src, | 2555 void img_copy(AVPicture *dst, const AVPicture *src, |
| 2556 int pix_fmt, int width, int height); | 2556 int pix_fmt, int width, int height); |
| 2557 | 2557 |
| 2558 int img_crop(AVPicture *dst, const AVPicture *src, | |
| 2559 int pix_fmt, int top_band, int left_band); | |
| 2560 | |
| 2558 /* av_log API */ | 2561 /* av_log API */ |
| 2559 | 2562 |
| 2560 #include <stdarg.h> | 2563 #include <stdarg.h> |
| 2561 | 2564 |
| 2562 #define AV_LOG_QUIET -1 | 2565 #define AV_LOG_QUIET -1 |
