[FFmpeg-cvslog] avcodec/wavpack: fix indentation
Paul B Mahol
git at videolan.org
Thu Aug 17 00:35:16 EEST 2023
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Aug 16 21:51:59 2023 +0200| [3057ce797f6e1348b978f5ffe9e2afd2224544f0] | committer: Paul B Mahol
avcodec/wavpack: fix indentation
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3057ce797f6e1348b978f5ffe9e2afd2224544f0
---
libavcodec/wavpack.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
More information about the ffmpeg-cvslog
mailing list