summaryrefslogtreecommitdiff
path: root/libavcodec/imgresample.c
diff options
context:
space:
mode:
authorBenoit Fouet <benoit.fouet@free.fr>2007-06-26 18:01:15 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2007-06-26 18:01:15 +0000
commitdad66beeffdd30aa0c7dd7d657a40de0a2c2aa92 (patch)
treee802760890b634b94c5bfe1e2838b476573bc5cf /libavcodec/imgresample.c
parent5b43487d23204001070efd44430134b5ea8e0087 (diff)
Indentation
Originally committed as revision 9437 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/imgresample.c')
-rw-r--r--libavcodec/imgresample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/imgresample.c b/libavcodec/imgresample.c
index f69a5d5505..3e1f3fe110 100644
--- a/libavcodec/imgresample.c
+++ b/libavcodec/imgresample.c
@@ -644,7 +644,7 @@ struct SwsContext *sws_getContext(int srcW, int srcH, int srcFormat,
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");