Commit ef1aae6e authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '1e142d5b'

* commit '1e142d5b':
  movenc: Add a fallback fragmentation method for plain mp4 as well

Conflicts:
	libavformat/movenc.c
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 53d11f7b 1e142d5b
......@@ -3926,7 +3926,7 @@ static int mov_write_header(AVFormatContext *s)
enable_tracks(s);
if (mov->mode == MODE_ISM) {
if (mov->flags & FF_MOV_FLAG_FRAGMENT) {
/* If no fragmentation options have been set, set a default. */
if (!(mov->flags & (FF_MOV_FLAG_FRAG_KEYFRAME |
FF_MOV_FLAG_FRAG_CUSTOM)) &&
......
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