mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
avcodec/siren: indent
This commit is contained in:
parent
c124981b79
commit
b653352bd8
1 changed files with 2 additions and 2 deletions
|
|
@ -720,8 +720,8 @@ static int siren_decode(AVCodecContext *avctx, AVFrame *frame,
|
|||
if ((ret = init_get_bits(gb, avpkt->data, bits_per_frame)) < 0)
|
||||
return ret;
|
||||
} else
|
||||
if ((ret = init_get_bits8(gb, avpkt->data, avpkt->size)) < 0)
|
||||
return ret;
|
||||
if ((ret = init_get_bits8(gb, avpkt->data, avpkt->size)) < 0)
|
||||
return ret;
|
||||
|
||||
skip_bits(gb, s->sample_rate_bits);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue