Re: [FFmpeg-devel] [PATCH 1/2] flvenc: Factorize timestamp writing

2018-05-12 Thread Michael Niedermayer
On Thu, May 10, 2018 at 06:40:07PM -0700, Alex Converse wrote: > From: Alex Converse > > The code is trivial but the semantics in the spec are ambiguous. This > should help keep parts of the muxer interpreting them consistently. > --- > libavformat/flvenc.c | 12 > 1 file changed, 8

[FFmpeg-devel] [PATCH 1/2] flvenc: Factorize timestamp writing

2018-05-10 Thread Alex Converse
From: Alex Converse The code is trivial but the semantics in the spec are ambiguous. This should help keep parts of the muxer interpreting them consistently. --- libavformat/flvenc.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/libavformat/flvenc.c b/libavform