projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"
[libav.git]
/
libavcodec
/
imgresample.c
diff --git
a/libavcodec/imgresample.c
b/libavcodec/imgresample.c
index
adcfd04
..
2722d5a
100644
(file)
--- a/
libavcodec/imgresample.c
+++ b/
libavcodec/imgresample.c
@@
-802,7
+802,7
@@
int sws_scale(struct SwsContext *ctx, uint8_t* src[], int srcStride[],
goto the_end;
}
} else if (resampled_picture != &dst_pict) {
-
img
_copy(&dst_pict, resampled_picture, current_pix_fmt,
+
av_picture
_copy(&dst_pict, resampled_picture, current_pix_fmt,
ctx->resampling_ctx->owidth, ctx->resampling_ctx->oheight);
}