Commit 7baef22f authored by Piotr Bandurski's avatar Piotr Bandurski Committed by Michael Niedermayer

mov: set block_align for MACE 3:1 and MACE 6:1

fixes remuxing of audio track from mov to aifc
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 5e29e912
......@@ -1549,6 +1549,8 @@ int ff_mov_read_stsd_entries(MOVContext *c, AVIOContext *pb, int entries)
case AV_CODEC_ID_ADPCM_MS:
case AV_CODEC_ID_ADPCM_IMA_WAV:
case AV_CODEC_ID_ILBC:
case AV_CODEC_ID_MACE3:
case AV_CODEC_ID_MACE6:
st->codec->block_align = sc->bytes_per_frame;
break;
case AV_CODEC_ID_ALAC:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment