Re: [FFmpeg-devel] [PATCH 07/37] avformat/matroskadec: Set offset of first cluster

2019-06-22 Thread James Almer
On 5/16/2019 7:29 PM, Andreas Rheinhardt wrote: > By default, the data_offset member of the AVFormatInternal of the > AVFormatContext associated with the MatroskaDemuxContext has not been > initialized explicitly by any Matroska-specific function, so that it was > initialized by default to the offs

[FFmpeg-devel] [PATCH 07/37] avformat/matroskadec: Set offset of first cluster

2019-05-16 Thread Andreas Rheinhardt
By default, the data_offset member of the AVFormatInternal of the AVFormatContext associated with the MatroskaDemuxContext has not been initialized explicitly by any Matroska-specific function, so that it was initialized by default to the offset at the end of matroska_read_header, i.e. usually to t