mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
cosmetics: indentation after last commit
Originally committed as revision 12594 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c33a196716
commit
984ff38a2b
1 changed files with 1 additions and 1 deletions
|
|
@ -1143,7 +1143,7 @@ static int ac3_decode_frame(AVCodecContext * avctx, void *data, int *data_size,
|
|||
memcpy(s->input_buffer, buf, FFMIN(buf_size, AC3_MAX_FRAME_SIZE));
|
||||
init_get_bits(&s->gbc, s->input_buffer, buf_size * 8);
|
||||
} else {
|
||||
init_get_bits(&s->gbc, buf, buf_size * 8);
|
||||
init_get_bits(&s->gbc, buf, buf_size * 8);
|
||||
}
|
||||
|
||||
/* parse the syncinfo */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue