avformat/segment: Pass flags to child context
This is needed as the bitexact flag is not in the codecpar context, and thus not copied Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
02d08da81f
commit
4104f18358
@ -162,6 +162,7 @@ static int segment_mux_init(AVFormatContext *s)
|
||||
oc->opaque = s->opaque;
|
||||
oc->io_close = s->io_close;
|
||||
oc->io_open = s->io_open;
|
||||
oc->flags = s->flags;
|
||||
|
||||
for (i = 0; i < s->nb_streams; i++) {
|
||||
AVStream *st;
|
||||
|
Loading…
Reference in New Issue
Block a user