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

Michael Niedermayer michaelni
Thu Sep 25 23:39:28 CEST 2008


On Thu, Sep 25, 2008 at 09:26:45PM +0200, Stefano Sabatini wrote:
> 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?

yes if it has been tested

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

> ... defining _GNU_SOURCE...
For the love of all that is holy, and some that is not, don't do that.
-- Luca & Mans
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080925/3b2a0b3d/attachment.pgp>



More information about the ffmpeg-devel mailing list