Re: [FFmpeg-devel] [PATCH] matroskadec: Add sizes to forward declarations

2019-07-18 Thread Hendrik Leppkes
On Wed, Jul 17, 2019 at 5:35 AM Andreas Rheinhardt wrote: > > Unknown-length elements end when an element not allowed in them, but > allowed at a higher level is encountered. In order to check for this, > c1abd95a added a pointer to every syntax level's parent to each > EbmlSyntax. Given that the

Re: [FFmpeg-devel] [PATCH] matroskadec: Add sizes to forward declarations

2019-07-17 Thread Paul B Mahol
On 7/17/19, Andreas Rheinhardt wrote: > Unknown-length elements end when an element not allowed in them, but > allowed at a higher level is encountered. In order to check for this, > c1abd95a added a pointer to every syntax level's parent to each > EbmlSyntax. Given that the parent must of course

[FFmpeg-devel] [PATCH] matroskadec: Add sizes to forward declarations

2019-07-16 Thread Andreas Rheinhardt
Unknown-length elements end when an element not allowed in them, but allowed at a higher level is encountered. In order to check for this, c1abd95a added a pointer to every syntax level's parent to each EbmlSyntax. Given that the parent must of course also reference the child in order to be able to