diff imgresample.c @ 4624:6a900f539e2c libavcodec

Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" to "picture" as suggested by Baptiste Coudurier.
author takis
date Sun, 04 Mar 2007 11:53:11 +0000
parents 1654075b205c
children 6e7e23b6615d
line wrap: on
line diff
--- a/imgresample.c	Sun Mar 04 02:59:11 2007 +0000
+++ b/imgresample.c	Sun Mar 04 11:53:11 2007 +0000
@@ -802,7 +802,7 @@
             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);
     }