mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Merge commit '1e142d5b4842dcb39fcb0e92e4aacbc9977bfa66'
* commit '1e142d5b4842dcb39fcb0e92e4aacbc9977bfa66': movenc: Add a fallback fragmentation method for plain mp4 as well Conflicts: libavformat/movenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
ef1aae6ea9
@ -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)) &&
|
||||
|
Loading…
Reference in New Issue
Block a user