Commit 41786201 authored by michael's avatar michael

forgot to apply this chunk appearently, no, i dont really remember where it came from


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2409 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0deb8441
......@@ -2371,6 +2371,9 @@ static void opt_output_file(const char *filename)
audio_enc = &st->codec;
audio_enc->codec_type = CODEC_TYPE_AUDIO;
if(!strcmp(file_oformat->name, "mp4") || !strcmp(file_oformat->name, "mov") || !strcmp(file_oformat->name, "3gp"))
audio_enc->flags |= CODEC_FLAG_GLOBAL_HEADER;
if (audio_stream_copy) {
st->stream_copy = 1;
} else {
......
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