summaryrefslogtreecommitdiff
path: root/libavformat/isom.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/isom.c
parent38a05ab6efd39954bb759cbc34a410b7e5ce2c33 (diff)
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/isom.c')
-rw-r--r--libavformat/isom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index f0e7b8ef49..288049b779 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -159,6 +159,7 @@ const AVCodecTag codec_movaudio_tags[] = {
{ CODEC_ID_AMR_NB, MKTAG('s', 'a', 'm', 'r') }, /* AMR-NB 3gp */
{ CODEC_ID_AMR_WB, MKTAG('s', 'a', 'w', 'b') }, /* AMR-WB 3gp */
+ { CODEC_ID_GSM, MKTAG('a', 'g', 's', 'm') },
{ CODEC_ID_ALAC, MKTAG('a', 'l', 'a', 'c') }, /* Apple Lossless */
{ CODEC_ID_QDM2, MKTAG('Q', 'D', 'M', '2') }, /* QDM2 */