summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-03-28 16:30:22 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-03-28 16:30:22 +0000
commit5610f20ed4358af3c1380ceb79ee51e258df79bf (patch)
tree3695da143d60a3216c3f1ab0225130a3d9481add /libavformat/mov.c
parent38a05ab6efd39954bb759cbc34a410b7e5ce2c33 (diff)
downloadffmpeg-streaming-5610f20ed4358af3c1380ceb79ee51e258df79bf.zip
ffmpeg-streaming-5610f20ed4358af3c1380ceb79ee51e258df79bf.tar.gz
gsm in mov, demux surge-1-16-B-agsm.mov
Originally committed as revision 12621 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 f8d35a6..a19e970 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -931,6 +931,7 @@ static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
st->codec->codec_type = CODEC_TYPE_AUDIO; /* force type after stsd for m1a hdlr */
st->need_parsing = AVSTREAM_PARSE_FULL;
break;
+ case CODEC_ID_GSM:
case CODEC_ID_ADPCM_MS:
case CODEC_ID_ADPCM_IMA_WAV:
st->codec->block_align = sc->bytes_per_frame;
OpenPOWER on IntegriCloud