diff options
author | Thilo Borgmann <thilo.borgmann@googlemail.com> | 2010-01-12 20:37:56 +0000 |
---|---|---|
committer | Thilo Borgmann <thilo.borgmann@googlemail.com> | 2010-01-12 20:37:56 +0000 |
commit | 099809d19b3fd0fb7118eb7a1749581a541c1e33 (patch) | |
tree | 644ba864052ec6ed0f1727a2c22d4f3ebee672e0 /libavcodec/alsdec.c | |
parent | ff9ea0b7ccd60660455569fd26eae385fe05226b (diff) | |
download | ffmpeg-099809d19b3fd0fb7118eb7a1749581a541c1e33.tar.gz |
Reindent after last commit.
Originally committed as revision 21171 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/alsdec.c')
-rw-r--r-- | libavcodec/alsdec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c index e6d9c0f167..b827cd013a 100644 --- a/libavcodec/alsdec.c +++ b/libavcodec/alsdec.c @@ -1424,8 +1424,8 @@ static av_cold int decode_init(AVCodecContext *avctx) ctx->lpc_cof_reversed_buffer = av_malloc(sizeof(*ctx->lpc_cof_buffer) * sconf->max_order); - if (!ctx->quant_cof || !ctx->lpc_cof || - !ctx->quant_cof_buffer || !ctx->lpc_cof_buffer || + if (!ctx->quant_cof || !ctx->lpc_cof || + !ctx->quant_cof_buffer || !ctx->lpc_cof_buffer || !ctx->lpc_cof_reversed_buffer) { av_log(avctx, AV_LOG_ERROR, "Allocating buffer memory failed.\n"); return AVERROR(ENOMEM); |