Re: [FFmpeg-devel] [PATCH v2] avformat/matroskaenc: Write level 1 elements in one go

2020-03-25 Thread Carl Eugen Hoyos
Am Mi., 25. März 2020 um 18:08 Uhr schrieb Andreas Rheinhardt : > > Carl Eugen Hoyos: > > Am Mi., 25. März 2020 um 05:45 Uhr schrieb Andreas Rheinhardt > > : > >> > >> Up until now, writing level 1 elements proceeded as follows: First, the > >> element id was written to the ordinary output AVIOCont

Re: [FFmpeg-devel] [PATCH v2] avformat/matroskaenc: Write level 1 elements in one go

2020-03-25 Thread Andreas Rheinhardt
Carl Eugen Hoyos: > Am Mi., 25. März 2020 um 05:45 Uhr schrieb Andreas Rheinhardt > : >> >> Up until now, writing level 1 elements proceeded as follows: First, the >> element id was written to the ordinary output AVIOContext and a dynamic >> buffer was opened for the content of the level 1 element

Re: [FFmpeg-devel] [PATCH v2] avformat/matroskaenc: Write level 1 elements in one go

2020-03-25 Thread James Almer
On 3/25/2020 1:44 AM, Andreas Rheinhardt wrote: > Up until now, writing level 1 elements proceeded as follows: First, the > element id was written to the ordinary output AVIOContext and a dynamic > buffer was opened for the content of the level 1 element in > start_ebml_master_crc32(). Then this bu

Re: [FFmpeg-devel] [PATCH v2] avformat/matroskaenc: Write level 1 elements in one go

2020-03-25 Thread Carl Eugen Hoyos
Am Mi., 25. März 2020 um 05:45 Uhr schrieb Andreas Rheinhardt : > > Up until now, writing level 1 elements proceeded as follows: First, the > element id was written to the ordinary output AVIOContext and a dynamic > buffer was opened for the content of the level 1 element in > start_ebml_master_crc

[FFmpeg-devel] [PATCH v2] avformat/matroskaenc: Write level 1 elements in one go

2020-03-24 Thread Andreas Rheinhardt
Up until now, writing level 1 elements proceeded as follows: First, the element id was written to the ordinary output AVIOContext and a dynamic buffer was opened for the content of the level 1 element in start_ebml_master_crc32(). Then this buffer was actually used and after it was closed (in end_e