Re: [FFmpeg-devel] Setting the frame rate in libavcodec/libopenh264enc.c

2015-07-09 Thread Michael Niedermayer
On Thu, Jul 09, 2015 at 03:49:07PM +, Gregory J Wolfe wrote: > We have been using Cisco's libopenh264 as part of FFmpeg with good results. > However, function svc_encode_init() in libavcodec/libopenh264enc.c appears to > be setting the frame rate incorrectly. The line of code in question looks

[FFmpeg-devel] Setting the frame rate in libavcodec/libopenh264enc.c

2015-07-09 Thread Gregory J Wolfe
We have been using Cisco's libopenh264 as part of FFmpeg with good results. However, function svc_encode_init() in libavcodec/libopenh264enc.c appears to be setting the frame rate incorrectly. The line of code in question looks like: param.fMaxFrameRate = avctx->time_base.den / avctx->time_ba