1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-06-20 06:16:02 +02:00

testprogs: K&R formatting cosmetics

This commit is contained in:
Diego Biurrun
2016-03-21 15:19:30 +01:00
parent 439929859a
commit 3b08d9d932
8 changed files with 493 additions and 417 deletions

View File

@ -55,7 +55,7 @@ av_cold void ff_init_range_decoder(RangeCoder *c, const uint8_t *buf,
/* cast to avoid compiler warning */
ff_init_range_encoder(c, (uint8_t *)buf, buf_size);
c->low = AV_RB16(c->bytestream);
c->low = AV_RB16(c->bytestream);
c->bytestream += 2;
}