Re: [FFmpeg-devel] [PATCH 15/37] avformat/matroskadec: Don't keep old blocks

2019-06-22 Thread James Almer
On 5/16/2019 7:29 PM, Andreas Rheinhardt wrote: > Before this commit, the Matroska muxer would read a block when required > to do so, parse the block, create and return the necessary AVPackets and > yet keep the blocks (in a dynamically allocated list), although they > aren't used at all any more.

[FFmpeg-devel] [PATCH 15/37] avformat/matroskadec: Don't keep old blocks

2019-05-16 Thread Andreas Rheinhardt
Before this commit, the Matroska muxer would read a block when required to do so, parse the block, create and return the necessary AVPackets and yet keep the blocks (in a dynamically allocated list), although they aren't used at all any more. This has been changed. There is no list any more and the