Commit 85997667 authored by bcoudurier's avatar bcoudurier

fix mp3 muxing

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5472 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 72bae1b3
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment