avcodec/wavpack: fix indentation

This commit is contained in:
Paul B Mahol 2023-08-16 21:51:59 +02:00
parent 082133fc07
commit 3057ce797f
1 changed files with 1 additions and 1 deletions

View File

@ -1131,7 +1131,7 @@ static int wavpack_decode_block(AVCodecContext *avctx, int block_no,
else if ((s->frame_flags & 0x03) <= 1)
sample_fmt = AV_SAMPLE_FMT_S16P;
else
sample_fmt = AV_SAMPLE_FMT_S32P;
sample_fmt = AV_SAMPLE_FMT_S32P;
if (wc->ch_offset && avctx->sample_fmt != sample_fmt)
return AVERROR_INVALIDDATA;