Indentation
authorBenoit Fouet <benoit.fouet@free.fr>
Tue, 26 Jun 2007 18:01:15 +0000 (18:01 +0000)
committerBenoit Fouet <benoit.fouet@free.fr>
Tue, 26 Jun 2007 18:01:15 +0000 (18:01 +0000)
Originally committed as revision 9437 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/imgresample.c

index f69a5d5..3e1f3fe 100644 (file)
@@ -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");