mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avformat/hdsenc: 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
0c9ad94e97
commit
15fa01786c
@ -374,6 +374,7 @@ static int hds_write_header(AVFormatContext *s)
|
||||
os->ctx = ctx;
|
||||
ctx->oformat = oformat;
|
||||
ctx->interrupt_callback = s->interrupt_callback;
|
||||
ctx->flags = s->flags;
|
||||
|
||||
ctx->pb = avio_alloc_context(os->iobuf, sizeof(os->iobuf),
|
||||
AVIO_FLAG_WRITE, os,
|
||||
|
Loading…
Reference in New Issue
Block a user