[FFmpeg-devel] [PATCH] Implement in lavc a flag which makes avcodec_open() to choose the best framerate

Stefano Sabatini stefano.sabatini-lala
Thu Sep 25 21:26:45 CEST 2008


On date Thursday 2008-09-25 01:00:11 +0200, Michael Niedermayer encoded:
> On Wed, Sep 24, 2008 at 09:55:14PM +0200, Stefano Sabatini wrote:
[...]
> > +    return (x_up > q.num ? 1 : x_down < q.num ? -1 : 0) * av_cmp_q(q2, q1);
> 
> return ((x_up > q.num) - (x_down < q.num)) * av_cmp_q(q2, q1);
> 
> except that iam ok with the patch i think ...

Applied.

Is it fine to apply the ffmpeg.c patch too?

Regards.
-- 
FFmpeg = Free and Funny Magic Pitiful Extended Gangster
-------------- next part --------------
A non-text attachment was scrubbed...
Name: implement-force-fps-01.patch
Type: text/x-diff
Size: 2203 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080925/19e819ad/attachment.patch>



More information about the ffmpeg-devel mailing list