# HG changeset patch # User diego # Date 1216673544 0 # Node ID 8c4e0043c06883a746e65be6be423050596fd118 # Parent b75aa0197be484913ec3d7de319b1bc938809840 Correct b_quant offset comment in avcodec.h, it is the description for b_quant factor. patch by tripp, eliared yahoo com diff -r b75aa0197be4 -r 8c4e0043c068 avcodec.h --- a/avcodec.h Mon Jul 21 19:11:41 2008 +0000 +++ b/avcodec.h Mon Jul 21 20:52:24 2008 +0000 @@ -990,6 +990,8 @@ /** * qscale factor between IP and B-frames + * If > 0 then the last P-frame quantizer will be used (q= lastp_q*factor+offset). + * If < 0 then normal ratecontrol will be done (q= -normal_q*factor+offset). * - encoding: Set by user. * - decoding: unused */ @@ -1135,8 +1137,6 @@ /** * qscale offset between IP and B-frames - * If > 0 then the last P-frame quantizer will be used (q= lastp_q*factor+offset). - * If < 0 then normal ratecontrol will be done (q= -normal_q*factor+offset). * - encoding: Set by user. * - decoding: unused */