Re: [FFmpeg-devel] [PATCH] avformat/oggenc: always use the time base stored in the theora header

2016-07-12 Thread Michael Niedermayer
On Mon, Jul 11, 2016 at 10:25:23PM -0300, James Almer wrote: > Fixes ticket #5704 > > Signed-off-by: James Almer > --- > libavformat/oggenc.c | 8 > 1 file changed, 8 insertions(+) should be ok thx [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH] avformat/oggenc: always use the time base stored in the theora header

2016-07-11 Thread James Almer
Fixes ticket #5704 Signed-off-by: James Almer --- libavformat/oggenc.c | 8 1 file changed, 8 insertions(+) diff --git a/libavformat/oggenc.c b/libavformat/oggenc.c index fc70e49..952261b 100644 --- a/libavformat/oggenc.c +++ b/libavformat/oggenc.c @@ -533,6 +533,14