Commit 4104f183 authored by Michael Niedermayer's avatar Michael Niedermayer

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: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 02d08da8
......@@ -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;
......
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