[FFmpeg-cvslog] r14328 - trunk/libavcodec/avcodec.h
diego
subversion
Mon Jul 21 22:52:25 CEST 2008
Author: diego
Date: Mon Jul 21 22:52:24 2008
New Revision: 14328
Log:
Correct b_quant offset comment in avcodec.h, it is the description for
b_quant factor. patch by tripp, eliared yahoo com
Modified:
trunk/libavcodec/avcodec.h
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h (original)
+++ trunk/libavcodec/avcodec.h Mon Jul 21 22:52:24 2008
@@ -990,6 +990,8 @@ typedef struct AVCodecContext {
/**
* 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 @@ typedef struct AVCodecContext {
/**
* 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
*/
More information about the ffmpeg-cvslog
mailing list