avcodec/adpcm: cosmetics; reindent

This commit is contained in:
Paul B Mahol 2020-02-21 14:44:44 +01:00
parent 55af03dbb5
commit 553d836d62
1 changed files with 30 additions and 30 deletions

View File

@ -175,7 +175,7 @@ static av_cold int adpcm_decode_init(AVCodecContext * avctx)
break; break;
} }
switch(avctx->codec->id) { switch (avctx->codec->id) {
case AV_CODEC_ID_ADPCM_AICA: case AV_CODEC_ID_ADPCM_AICA:
case AV_CODEC_ID_ADPCM_IMA_DAT4: case AV_CODEC_ID_ADPCM_IMA_DAT4:
case AV_CODEC_ID_ADPCM_IMA_QT: case AV_CODEC_ID_ADPCM_IMA_QT: