# HG changeset patch # User benoit # Date 1182880875 0 # Node ID 9968f39d03aa437cb8ecca386a0c53977bccef46 # Parent 8a6fac216a2fa27a5d33e2216282ac98c9458fc1 Indentation diff -r 8a6fac216a2f -r 9968f39d03aa imgresample.c --- a/imgresample.c Tue Jun 26 18:00:50 2007 +0000 +++ b/imgresample.c Tue Jun 26 18:01:15 2007 +0000 @@ -644,7 +644,7 @@ ctx = av_malloc(sizeof(struct SwsContext)); if (ctx) - ctx->av_class = av_mallocz(sizeof(AVClass)); + ctx->av_class = av_mallocz(sizeof(AVClass)); if (!ctx || !ctx->av_class) { av_log(NULL, AV_LOG_ERROR, "Cannot allocate a resampling context!\n");