From 0141163d6aa9d041ed02a15f16a9e95e4e16654a Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 8 Dec 2010 10:24:07 +0000 Subject: [PATCH] Reindent. Originally committed as revision 25921 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/imgconvert.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c index e40de6ebe..165ba9ed8 100644 --- a/libavcodec/imgconvert.c +++ b/libavcodec/imgconvert.c @@ -814,8 +814,8 @@ int avpicture_alloc(AVPicture *picture, enum PixelFormat pix_fmt, int width, int height) { if (av_image_alloc(picture->data, picture->linesize, width, height, pix_fmt, 0) < 0) { - memset(picture, 0, sizeof(AVPicture)); - return -1; + memset(picture, 0, sizeof(AVPicture)); + return -1; } return 0; -- 2.11.0