[FFmpeg-devel] [PATCH] Allow mpeg encoding with qscale and very low frame rate
Michael Niedermayer
michaelni
Thu Sep 2 21:39:40 CEST 2010
On Thu, Sep 02, 2010 at 07:02:47PM +0200, James Darnley wrote:
[...]
> - if(avctx->bit_rate*av_q2d(avctx->time_base) > avctx->bit_rate_tolerance){
> + if(/* !s->fixed_qscale && */ avctx->bit_rate*av_q2d(avctx->time_base) > avctx->bit_rate_tolerance){
it is expected that the author reads his patch before submission
[....]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Those who are too smart to engage in politics are punished by being
governed by those who are dumber. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100902/2006f9cf/attachment.pgp>
More information about the ffmpeg-devel
mailing list