Re: [FFmpeg-devel] [PATCH 11/19] avformat/matroskadec: Support FlagOriginal

2021-02-28 Thread Andreas Rheinhardt
Anton Khirnov: > Quoting Andreas Rheinhardt (2021-02-22 05:05:29) >> Andreas Rheinhardt: >>> Needs a CountedElement in order to distinguish the case of the element >>> not being present and the element being present with a value of zero. >>> >>> Signed-off-by: Andreas Rheinhardt >>> --- >>> libav

Re: [FFmpeg-devel] [PATCH 11/19] avformat/matroskadec: Support FlagOriginal

2021-02-21 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Needs a CountedElement in order to distinguish the case of the element > not being present and the element being present with a value of zero. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/matroska.h| 1 + > libavformat/matroskadec.c | 7 ++- > 2 files c