mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
mlp: cosmetics: remove {}s over one-lined if.
Originally committed as revision 16027 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ee1a8f6290
commit
c687643c68
@ -297,9 +297,8 @@ static int read_major_sync(MLPDecodeContext *m, GetBitContext *gb)
|
||||
m->avctx->frame_size = mh.access_unit_size;
|
||||
|
||||
m->avctx->bits_per_raw_sample = mh.group1_bits;
|
||||
if (mh.group1_bits > 16) {
|
||||
if (mh.group1_bits > 16)
|
||||
m->avctx->sample_fmt = SAMPLE_FMT_S32;
|
||||
}
|
||||
else
|
||||
m->avctx->sample_fmt = SAMPLE_FMT_S16;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user