You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/adpcm: cosmetics; reindent
This commit is contained in:
@@ -175,7 +175,7 @@ static av_cold int adpcm_decode_init(AVCodecContext * avctx)
|
||||
break;
|
||||
}
|
||||
|
||||
switch(avctx->codec->id) {
|
||||
switch (avctx->codec->id) {
|
||||
case AV_CODEC_ID_ADPCM_AICA:
|
||||
case AV_CODEC_ID_ADPCM_IMA_DAT4:
|
||||
case AV_CODEC_ID_ADPCM_IMA_QT:
|
||||
|
Reference in New Issue
Block a user