On 12/31/2019 9:58 PM, Andreas Rheinhardt wrote:
> The Matroska Projection master element has such a small maximum length
> that it can always be written with a length field of length one.
> So it is unnecessary to first write the element into a dynamic buffer to
> get the accurate length in order
On Wed, Jan 1, 2020 at 1:59 AM Andreas Rheinhardt <
andreas.rheinha...@gmail.com> wrote:
> The Matroska Projection master element has such a small maximum length
> that it can always be written with a length field of length one.
> So it is unnecessary to first write the element into a dynamic buff
On Wed, Jan 1, 2020 at 4:53 AM Carl Eugen Hoyos wrote:
> Am Mi., 1. Jan. 2020 um 01:59 Uhr schrieb Andreas Rheinhardt
> :
> >
> > The Matroska Projection master element has such a small maximum length
> > that it can always be written with a length field of length one.
> > So it is unnecessary to
Am Mi., 1. Jan. 2020 um 01:59 Uhr schrieb Andreas Rheinhardt
:
>
> The Matroska Projection master element has such a small maximum length
> that it can always be written with a length field of length one.
> So it is unnecessary to first write the element into a dynamic buffer to
> get the accurate
The Matroska Projection master element has such a small maximum length
that it can always be written with a length field of length one.
So it is unnecessary to first write the element into a dynamic buffer to
get the accurate length in order not to waste bytes on the length field.
Signed-off-by: A