[SCM] libav/experimental: fix mp3 muxing
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:48:03 UTC 2013
The following commit has been merged in the experimental branch:
commit 543eebd56884b3b95567a5cceac5d9798c7af0a9
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date: Tue Jun 13 14:38:44 2006 +0000
fix mp3 muxing
Originally committed as revision 5472 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index ee52450..9d1da5f 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -361,6 +361,7 @@ static int mov_write_audio_tag(ByteIOContext *pb, MOVTrack* track)
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);
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list