mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
avcodec/siren: indent
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user