[FFmpeg-cvslog] r15155 - trunk/libavformat/isom.c
bcoudurier
subversion
Tue Sep 2 21:13:26 CEST 2008
Author: bcoudurier
Date: Tue Sep 2 21:13:25 2008
New Revision: 15155
Log:
allow mp2 to be muxed into mp4
Modified:
trunk/libavformat/isom.c
Modified: trunk/libavformat/isom.c
==============================================================================
--- trunk/libavformat/isom.c (original)
+++ trunk/libavformat/isom.c Tue Sep 2 21:13:25 2008
@@ -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 */
More information about the ffmpeg-cvslog
mailing list