mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
avformat/matroskaenc: reindent after last commit
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
2062d51275
commit
566be4f9e8
@ -948,14 +948,14 @@ static int mkv_write_track(AVFormatContext *s, MatroskaMuxContext *mkv,
|
||||
}
|
||||
|
||||
if (par->codec_type == AVMEDIA_TYPE_AUDIO) {
|
||||
if (!bit_depth && par->codec_id != AV_CODEC_ID_ADPCM_G726) {
|
||||
if (par->bits_per_raw_sample)
|
||||
bit_depth = par->bits_per_raw_sample;
|
||||
else
|
||||
bit_depth = av_get_bytes_per_sample(par->format) << 3;
|
||||
}
|
||||
if (!bit_depth)
|
||||
bit_depth = par->bits_per_coded_sample;
|
||||
if (!bit_depth && par->codec_id != AV_CODEC_ID_ADPCM_G726) {
|
||||
if (par->bits_per_raw_sample)
|
||||
bit_depth = par->bits_per_raw_sample;
|
||||
else
|
||||
bit_depth = av_get_bytes_per_sample(par->format) << 3;
|
||||
}
|
||||
if (!bit_depth)
|
||||
bit_depth = par->bits_per_coded_sample;
|
||||
}
|
||||
|
||||
if (par->codec_id == AV_CODEC_ID_AAC) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user