[FFmpeg-cvslog] r9437 - trunk/libavcodec/imgresample.c
benoit
subversion
Tue Jun 26 20:01:16 CEST 2007
Author: benoit
Date: Tue Jun 26 20:01:15 2007
New Revision: 9437
Log:
Indentation
Modified:
trunk/libavcodec/imgresample.c
Modified: trunk/libavcodec/imgresample.c
==============================================================================
--- trunk/libavcodec/imgresample.c (original)
+++ trunk/libavcodec/imgresample.c Tue Jun 26 20:01:15 2007
@@ -644,7 +644,7 @@ struct SwsContext *sws_getContext(int sr
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");
More information about the ffmpeg-cvslog
mailing list