Re: [FFmpeg-devel] [PATCH 01/20] avformat/matroskaenc: Fix ReferenceBlock timestamp

2020-01-11 Thread James Almer
On 1/11/2020 11:12 AM, Paul B Mahol wrote: > probably ok Applied. > > On 1/1/20, Andreas Rheinhardt wrote: >> In order to indicate that the frames in a BlockGroup are not keyframes, >> one has to add a ReferenceBlock element containing the timestamp of a >> referenced Block that has already bee

Re: [FFmpeg-devel] [PATCH 01/20] avformat/matroskaenc: Fix ReferenceBlock timestamp

2020-01-11 Thread Paul B Mahol
probably ok On 1/1/20, Andreas Rheinhardt wrote: > In order to indicate that the frames in a BlockGroup are not keyframes, > one has to add a ReferenceBlock element containing the timestamp of a > referenced Block that has already been written. The timestamp ought to be > relative to the timestam

Re: [FFmpeg-devel] [PATCH 01/20] avformat/matroskaenc: Fix ReferenceBlock timestamp

2020-01-11 Thread Andreas Rheinhardt
On Tue, Jan 7, 2020 at 3:12 PM Andreas Rheinhardt < andreas.rheinha...@gmail.com> wrote: > On Wed, Jan 1, 2020 at 1:59 AM Andreas Rheinhardt < > andreas.rheinha...@gmail.com> wrote: > >> In order to indicate that the frames in a BlockGroup are not keyframes, >> one has to add a ReferenceBlock elem

Re: [FFmpeg-devel] [PATCH 01/20] avformat/matroskaenc: Fix ReferenceBlock timestamp

2020-01-07 Thread Andreas Rheinhardt
On Wed, Jan 1, 2020 at 1:59 AM Andreas Rheinhardt < andreas.rheinha...@gmail.com> wrote: > In order to indicate that the frames in a BlockGroup are not keyframes, > one has to add a ReferenceBlock element containing the timestamp of a > referenced Block that has already been written. The timestamp

[FFmpeg-devel] [PATCH 01/20] avformat/matroskaenc: Fix ReferenceBlock timestamp

2019-12-31 Thread Andreas Rheinhardt
In order to indicate that the frames in a BlockGroup are not keyframes, one has to add a ReferenceBlock element containing the timestamp of a referenced Block that has already been written. The timestamp ought to be relative to the timestamp of the Block it is attached to. Yet the Matroska muxer us