aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/wavpack.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-08-16 21:51:59 +0200
committerPaul B Mahol <onemda@gmail.com>2023-08-16 22:05:14 +0200
commit3057ce797f6e1348b978f5ffe9e2afd2224544f0 (patch)
tree61e6f97be975d5d1f018c156dabd9b0aac938014 /libavcodec/wavpack.c
parent082133fc076e67640a0e846c11389d67d7ea5ec6 (diff)
downloadffmpeg-3057ce797f6e1348b978f5ffe9e2afd2224544f0.tar.gz
avcodec/wavpack: fix indentation
Diffstat (limited to 'libavcodec/wavpack.c')
-rw-r--r--libavcodec/wavpack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wavpack.c b/libavcodec/wavpack.c
index 1723c47d2a..966f4b83db 100644
--- a/libavcodec/wavpack.c
+++ b/libavcodec/wavpack.c
@@ -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;