[FFmpeg-cvslog] r21171 - trunk/libavcodec/alsdec.c
thilo.borgmann
subversion
Tue Jan 12 21:37:56 CET 2010
Author: thilo.borgmann
Date: Tue Jan 12 21:37:56 2010
New Revision: 21171
Log:
Reindent after last commit.
Modified:
trunk/libavcodec/alsdec.c
Modified: trunk/libavcodec/alsdec.c
==============================================================================
--- trunk/libavcodec/alsdec.c Tue Jan 12 21:35:22 2010 (r21170)
+++ trunk/libavcodec/alsdec.c Tue Jan 12 21:37:56 2010 (r21171)
@@ -1424,8 +1424,8 @@ static av_cold int decode_init(AVCodecCo
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);
More information about the ffmpeg-cvslog
mailing list