[Ffmpeg-cvslog] r5472 - trunk/libavformat/movenc.c
bcoudurier
subversion
Tue Jun 13 16:38:44 CEST 2006
Author: bcoudurier
Date: Tue Jun 13 16:38:44 2006
New Revision: 5472
Modified:
trunk/libavformat/movenc.c
Log:
fix mp3 muxing
Modified: trunk/libavformat/movenc.c
==============================================================================
--- trunk/libavformat/movenc.c (original)
+++ trunk/libavformat/movenc.c Tue Jun 13 16:38:44 2006
@@ -361,6 +361,7 @@
offset_t pos = url_ftell(pb);
int version = track->mode == MODE_MOV &&
(track->enc->codec_id == CODEC_ID_AAC ||
+ track->enc->codec_id == CODEC_ID_MP3 ||
track->enc->codec_id == CODEC_ID_PCM_S32LE ||
track->enc->codec_id == CODEC_ID_PCM_S24LE);
More information about the ffmpeg-cvslog
mailing list