You've already forked FFmpeg
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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user