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-06 12:00:26 +08:00
2020-05-21 09:31:08 +02:00
2020-05-05 20:07:19 +02:00
2020-04-14 18:52:44 +02:00
2020-05-23 01:40:05 +02:00
2020-04-05 18:38:26 +02:00
2020-03-30 05:50:49 +02:00
2020-05-05 19:28:28 +02:00
2020-04-05 01:23:46 +02:00
2020-04-05 22:47:21 +02:00
2020-05-01 22:57:29 +08:00
2020-05-07 19:33:35 +08:00
2020-05-01 22:57:29 +08:00
2020-04-03 17:56:57 +02:00
2020-05-17 13:03:30 +01:00
2020-03-28 04:17:20 +01:00
2020-04-14 19:01:27 +02:00
2020-05-03 13:43:54 +02:00
2020-05-10 22:32:34 +08:00
2020-05-07 23:12:24 +02:00
2020-04-30 08:24:09 +02:00
2020-05-20 23:18:50 +02:00
2020-05-17 22:55:18 +02:00
2020-04-08 23:02:41 +08:00
2020-04-08 23:02:41 +08:00
2020-04-02 21:22:52 +02:00
2020-05-21 22:45:21 +02:00
2020-04-07 17:01:58 +02:00
2020-03-28 04:17:20 +01:00
2020-05-07 07:12:24 +08:00
2020-05-19 20:09:25 +02:00
2020-04-11 18:15:58 +02:00
2020-05-11 19:41:59 -03:00
2020-05-03 05:28:33 +08:00
2020-05-07 23:12:24 +02:00
2020-04-20 21:24:18 +02:00
2020-04-20 21:24:18 +02:00
2020-05-23 07:07:43 +02:00
2020-05-23 07:10:56 +02:00
2020-05-20 15:47:22 +02:00
2020-05-22 22:00:03 +03:00
2020-04-13 10:37:45 -06:00
2020-04-29 15:14:17 +08:00
2020-04-19 02:37:46 +02:00
2020-05-10 01:09:13 +02:00
2020-05-21 09:31:08 +02:00
2020-05-17 20:15:05 +02:00
2020-04-21 21:28:29 +02:00
2020-05-14 09:53:59 -04:00
2020-05-23 05:43:42 +02:00
2020-05-05 08:20:45 +08:00
2020-05-07 23:12:24 +02:00
2020-05-05 19:35:38 +02:00
2020-05-01 23:30:35 +02:00
2020-04-30 23:05:51 +01:00
2020-05-09 16:18:39 +02:00
2020-04-30 23:05:51 +01:00
2020-04-11 12:56:21 +02:00
2020-05-05 20:07:19 +02:00
2020-04-23 20:09:38 +02:00
2020-05-19 20:09:25 +02:00
2020-04-14 18:57:59 +02:00
2020-05-06 23:02:00 +08:00
2020-04-20 18:21:39 +02:00
2020-05-23 07:06:54 +02:00
2020-04-08 16:23:07 +02:00
2020-05-06 23:02:00 +08:00
2020-05-21 09:31:08 +02:00
2020-03-28 04:17:20 +01:00
2020-05-10 01:09:13 +02:00
2020-04-21 21:14:26 +03:00
2020-04-22 12:41:29 +08:00
2020-05-13 17:05:23 +03:00
2020-05-21 05:30:26 +02:00
2020-05-19 14:22:34 +08:00
2020-05-22 06:35:00 +02:00
2020-05-05 20:07:19 +02:00
2020-05-10 22:32:33 +08:00
2020-05-03 13:43:54 +02:00
2020-05-03 13:43:54 +02:00
2020-05-10 22:32:34 +08:00
2020-05-23 07:15:35 +02:00
2020-05-23 06:41:50 +02:00
2020-04-23 20:09:38 +02:00
2020-04-02 07:17:34 +02:00