1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-04-08 16:54:03 +02:00
FFmpeg/libavformat
Andreas Rheinhardt aef670cff4 avformat/webm_chunk: Open AVIOContext before initializing sub-muxer
The description of AVOutputFormat.init contains the statement that "this
method must not write output". Due to this, the webm_chunk muxer defers
opening the AVIOContext for the child muxer until avformat_write_header(),
i.e. there is no AVIOContext when the sub-muxer's avformat_init_output()
is called. But this violates the documentation of said function which
requires the AVFormatContext to have an already opened AVIOContext.
This commit fixes this.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
2020-05-23 07:15:35 +02:00
..
2020-05-19 20:09:25 +02:00
2020-04-19 02:37:46 +02:00
2020-05-17 20:15:05 +02:00
2020-05-05 08:20:45 +08:00
2020-04-23 20:09:38 +02:00
2020-05-19 20:09:25 +02:00
2020-04-08 16:23:07 +02:00
2020-05-10 01:09:13 +02:00