Commit 8d63aaed authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'db03cb37'

* commit 'db03cb37':
  movenc: Allow chapter track in default MODE_MP4
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 9ab8de4b db03cb37
......@@ -3587,7 +3587,7 @@ static int mov_write_header(AVFormatContext *s)
}
mov->nb_streams = s->nb_streams;
if (mov->mode & (MODE_MOV|MODE_IPOD) && s->nb_chapters)
if (mov->mode & (MODE_MP4|MODE_MOV|MODE_IPOD) && s->nb_chapters)
mov->chapter_track = mov->nb_streams++;
if (mov->flags & FF_MOV_FLAG_RTP_HINT) {
......
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