Commit ef550a89 authored by diego's avatar diego

Correct b_quant offset comment in avcodec.h, it is the description for

b_quant factor. patch by tripp, eliared yahoo com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14328 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 54f40b76
...@@ -990,6 +990,8 @@ typedef struct AVCodecContext { ...@@ -990,6 +990,8 @@ typedef struct AVCodecContext {
/** /**
* qscale factor between IP and B-frames * 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. * - encoding: Set by user.
* - decoding: unused * - decoding: unused
*/ */
...@@ -1135,8 +1137,6 @@ typedef struct AVCodecContext { ...@@ -1135,8 +1137,6 @@ typedef struct AVCodecContext {
/** /**
* qscale offset between IP and B-frames * 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. * - encoding: Set by user.
* - decoding: unused * - decoding: unused
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment