[FFmpeg-devel] [PATCH] avformat/matroskaenc: Accept time base hint

Michael Bradshaw mjbshaw at gmail.com
Fri Jan 13 18:48:01 EET 2017


On Wed, Dec 28, 2016 at 5:03 AM, Michael Niedermayer <michael at niedermayer.cc
> wrote:

> On Tue, Dec 27, 2016 at 09:47:47PM -0800, Michael Bradshaw wrote:
> > From: Michael Bradshaw <mjbshaw at google.com>
> >
> > Signed-off-by: Michael Bradshaw <mjbshaw at google.com>
> > ---
> >  libavformat/matroskaenc.c | 38 +++++++++++++++++++++++++++++++-------
> >  1 file changed, 31 insertions(+), 7 deletions(-)
>
> breaks fate
> [...]


I've looked into this and it's expected behavior. -codec copy is also
copying timing information (including time base), and with this patch the
Matroska/WebM muxers are respecting that.

I could update the fate files, but before doing that I'd like to ensure
that this change in behavior for -codec copy is correct and desirable.


More information about the ffmpeg-devel mailing list