Revision d4e0130e libavformat/mov.c
libavformat/mov.c | ||
---|---|---|
1227 | 1227 |
case CODEC_ID_GSM: |
1228 | 1228 |
case CODEC_ID_ADPCM_MS: |
1229 | 1229 |
case CODEC_ID_ADPCM_IMA_WAV: |
1230 |
st->codec->frame_size = sc->samples_per_frame; |
|
1230 | 1231 |
st->codec->block_align = sc->bytes_per_frame; |
1231 | 1232 |
break; |
1232 | 1233 |
case CODEC_ID_ALAC: |
Also available in: Unified diff