Revision 4afbcf46 libavcodec/imgconvert.c
libavcodec/imgconvert.c | ||
---|---|---|
807 | 807 |
enum PixelFormat pix_fmt, int width, int height) |
808 | 808 |
{ |
809 | 809 |
av_image_copy(dst->data, dst->linesize, src->data, |
810 |
src->linesize, pix_fmt, width, height);
|
|
810 |
src->linesize, pix_fmt, width, height); |
|
811 | 811 |
} |
812 | 812 |
|
813 | 813 |
/* 2x2 -> 1x1 */ |
Also available in: Unified diff