You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/wavpack: fix indentation
This commit is contained in:
@@ -1131,7 +1131,7 @@ static int wavpack_decode_block(AVCodecContext *avctx, int block_no,
|
|||||||
else if ((s->frame_flags & 0x03) <= 1)
|
else if ((s->frame_flags & 0x03) <= 1)
|
||||||
sample_fmt = AV_SAMPLE_FMT_S16P;
|
sample_fmt = AV_SAMPLE_FMT_S16P;
|
||||||
else
|
else
|
||||||
sample_fmt = AV_SAMPLE_FMT_S32P;
|
sample_fmt = AV_SAMPLE_FMT_S32P;
|
||||||
|
|
||||||
if (wc->ch_offset && avctx->sample_fmt != sample_fmt)
|
if (wc->ch_offset && avctx->sample_fmt != sample_fmt)
|
||||||
return AVERROR_INVALIDDATA;
|
return AVERROR_INVALIDDATA;
|
||||||
|
Reference in New Issue
Block a user