Commit 47da42d6 authored by thilo.borgmann's avatar thilo.borgmann

Reindent after last commit.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21171 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 04f3e184
...@@ -1424,8 +1424,8 @@ static av_cold int decode_init(AVCodecContext *avctx) ...@@ -1424,8 +1424,8 @@ static av_cold int decode_init(AVCodecContext *avctx)
ctx->lpc_cof_reversed_buffer = av_malloc(sizeof(*ctx->lpc_cof_buffer) * ctx->lpc_cof_reversed_buffer = av_malloc(sizeof(*ctx->lpc_cof_buffer) *
sconf->max_order); sconf->max_order);
if (!ctx->quant_cof || !ctx->lpc_cof || if (!ctx->quant_cof || !ctx->lpc_cof ||
!ctx->quant_cof_buffer || !ctx->lpc_cof_buffer || !ctx->quant_cof_buffer || !ctx->lpc_cof_buffer ||
!ctx->lpc_cof_reversed_buffer) { !ctx->lpc_cof_reversed_buffer) {
av_log(avctx, AV_LOG_ERROR, "Allocating buffer memory failed.\n"); av_log(avctx, AV_LOG_ERROR, "Allocating buffer memory failed.\n");
return AVERROR(ENOMEM); return AVERROR(ENOMEM);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment