mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-11 08:35:27 +01:00
Indentation
Originally committed as revision 9437 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user