Quoting Carl Eugen Hoyos (2020-03-14 13:42:33)
> Am Sa., 14. März 2020 um 12:58 Uhr schrieb Paul B Mahol :
> >
> > On 3/14/20, Carl Eugen Hoyos wrote:
> > > Am Fr., 13. März 2020 um 11:30 Uhr schrieb Anton Khirnov
> > > :
> > >
> > > Am I really the only one who finds the code more "fragile" after
Am Sa., 14. März 2020 um 12:58 Uhr schrieb Paul B Mahol :
>
> On 3/14/20, Carl Eugen Hoyos wrote:
> > Am Fr., 13. März 2020 um 11:30 Uhr schrieb Anton Khirnov
> > :
> >>
> >> This is extremely fragile against reordering and hides what is actually
> >> being copied. Copy all the fields manually ins
On 3/14/20, Carl Eugen Hoyos wrote:
> Am Fr., 13. März 2020 um 11:30 Uhr schrieb Anton Khirnov
> :
>>
>> This is extremely fragile against reordering and hides what is actually
>> being copied. Copy all the fields manually instead.
>> ---
>> libavcodec/mpeg4videodec.c | 27 +++
Am Fr., 13. März 2020 um 11:30 Uhr schrieb Anton Khirnov :
>
> This is extremely fragile against reordering and hides what is actually
> being copied. Copy all the fields manually instead.
> ---
> libavcodec/mpeg4videodec.c | 27 ++-
> 1 file changed, 26 insertions(+), 1 de
On 3/13/2020 7:28 AM, Anton Khirnov wrote:
> This is extremely fragile against reordering and hides what is actually
> being copied. Copy all the fields manually instead.
> ---
> libavcodec/mpeg4videodec.c | 27 ++-
> 1 file changed, 26 insertions(+), 1 deletion(-)
>
> dif
This is extremely fragile against reordering and hides what is actually
being copied. Copy all the fields manually instead.
---
libavcodec/mpeg4videodec.c | 27 ++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/libavcodec/mpeg4videodec.c b/libavcodec/mpeg4vi