Browse Source

Indentation

Originally committed as revision 9437 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Benoit Fouet 18 years ago
parent
commit
dad66beeff
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/imgresample.c

+ 1
- 1
libavcodec/imgresample.c View 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");



Loading…
Cancel
Save