mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 21:48:15 +08:00
Reindent after last commit.
Originally committed as revision 21171 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user