[FFmpeg-devel] [PATCH] Allow mpeg encoding with qscale and very low frame rate

James Darnley james.darnley
Fri Sep 3 00:58:51 CEST 2010


On 2 September 2010 21:39, Michael Niedermayer <michaelni at gmx.at> wrote:
> 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
>

Yikes, sorry

That'll teach me for going back, editing, compiling, copying error,
making diff when I should have just copied the f-ing source.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: qscale_bitrate_tolerance.diff
Type: application/octet-stream
Size: 552 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100903/f8a79c65/attachment.obj>



More information about the ffmpeg-devel mailing list