summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-06-17 00:29:26 +0300
committerMartin Storsjö <martin@martin.st>2012-06-18 22:00:35 +0300
commit9e74db685063170d8f30191a17cd16769488d156 (patch)
tree35b628443659b029b2f14a787362a9b0dd7046e3 /libavformat/mov.c
parent3641b0489ce8517ae4ce75ea43c1445b6d1ad2f2 (diff)
mov: Support muxing/demuxing iLBC
The packet size, signalled via block_align, has to be passed via the container. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 1395259c5c..44dc2c821c 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -1456,6 +1456,7 @@ int ff_mov_read_stsd_entries(MOVContext *c, AVIOContext *pb, int entries)
case CODEC_ID_GSM:
case CODEC_ID_ADPCM_MS:
case CODEC_ID_ADPCM_IMA_WAV:
+ case CODEC_ID_ILBC:
st->codec->block_align = sc->bytes_per_frame;
break;
case CODEC_ID_ALAC: