mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
cosmetics: reindent
This commit is contained in:
parent
1360f07e22
commit
d425a03b59
@ -1777,7 +1777,7 @@ static int dca_decode_frame(AVCodecContext * avctx,
|
||||
set the channels based on a broken first frame.*/
|
||||
if (s->is_channels_set == 0) {
|
||||
s->is_channels_set = 1;
|
||||
avctx->channels = channels;
|
||||
avctx->channels = channels;
|
||||
}
|
||||
if (avctx->channels != channels) {
|
||||
av_log(avctx, AV_LOG_ERROR, "DCA decoder does not support number of "
|
||||
|
Loading…
Reference in New Issue
Block a user