You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge commit 'd9432789bd119f0e37bcf65cebda05d36aafd4ed'
* commit 'd9432789bd119f0e37bcf65cebda05d36aafd4ed': movenc: remove pointless loop around BITEXACT test Conflicts: libavformat/movenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -3909,9 +3909,8 @@ static int mov_write_header(AVFormatContext *s)
|
|||||||
else if (!strcmp("f4v", s->oformat->name)) mov->mode = MODE_F4V;
|
else if (!strcmp("f4v", s->oformat->name)) mov->mode = MODE_F4V;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (i = 0; i < s->nb_streams; i++)
|
if (s->flags & AVFMT_FLAG_BITEXACT)
|
||||||
if (s->flags & AVFMT_FLAG_BITEXACT)
|
mov->exact = 1;
|
||||||
mov->exact = 1;
|
|
||||||
|
|
||||||
/* Set the FRAGMENT flag if any of the fragmentation methods are
|
/* Set the FRAGMENT flag if any of the fragmentation methods are
|
||||||
* enabled. */
|
* enabled. */
|
||||||
|
Reference in New Issue
Block a user