changeset 5039:d35f30da9724 libavformat

Add '.mp1' for MP1 audio in MOV/CAF. Tested with streamcopy of 'mp1-sample.mp1' in incoming.
author astrange
date Wed, 17 Jun 2009 00:37:06 +0000
parents db3908414396
children 79169d57638b
files isom.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/isom.c	Tue Jun 16 23:50:02 2009 +0000
+++ b/isom.c	Wed Jun 17 00:37:06 2009 +0000
@@ -195,6 +195,7 @@
     { CODEC_ID_MACE3, MKTAG('M', 'A', 'C', '3') }, /* Macintosh Audio Compression and Expansion 3:1 */
     { CODEC_ID_MACE6, MKTAG('M', 'A', 'C', '6') }, /* Macintosh Audio Compression and Expansion 6:1 */
 
+    { CODEC_ID_MP1, MKTAG('.', 'm', 'p', '1') }, /* MPEG layer 1 */
     { CODEC_ID_MP2, MKTAG('.', 'm', 'p', '2') }, /* MPEG layer 2 */
 
     { CODEC_ID_MP3, MKTAG('.', 'm', 'p', '3') }, /* MPEG layer 3 */ /* sample files at http://www.3ivx.com/showcase.html use this tag */