Mercurial > libavcodec.hg
changeset 5187:9968f39d03aa libavcodec
Indentation
author | benoit |
---|---|
date | Tue, 26 Jun 2007 18:01:15 +0000 |
parents | 8a6fac216a2f |
children | c2a475157299 |
files | imgresample.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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");