[SCM] libav/experimental: allow mp2 to be muxed into mp4
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:29:16 UTC 2013
The following commit has been merged in the experimental branch:
commit 428626d5d1df3c29d94ef9f7794fabb67a7e1013
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date: Tue Sep 2 19:13:25 2008 +0000
allow mp2 to be muxed into mp4
Originally committed as revision 15155 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/isom.c b/libavformat/isom.c
index bfe2735..d4f16dd 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -41,6 +41,7 @@ const AVCodecTag ff_mp4_obj_type[] = {
{ CODEC_ID_AAC , 103 }, /* MPEG2 AAC Low */
{ CODEC_ID_AAC , 104 }, /* MPEG2 AAC SSR */
{ CODEC_ID_MP3 , 107 }, /* 11172-3 */
+ { CODEC_ID_MP2 , 107 }, /* 11172-3 */
{ CODEC_ID_MP3 , 105 }, /* 13818-3 */
{ CODEC_ID_MPEG1VIDEO, 106 }, /* 11172-2 */
{ CODEC_ID_MJPEG , 108 }, /* 10918-1 */
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list