[SCM] libav/experimental: Correct b_quant offset comment in avcodec.h, it is the description for b_quant factor. patch by tripp, eliared yahoo com
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:25:46 UTC 2013
The following commit has been merged in the experimental branch:
commit 662e54119c8169f4e7e76d4393c2b15628a30975
Author: tripp <eliared at yahoo.com>
Date: Mon Jul 21 20:52:24 2008 +0000
Correct b_quant offset comment in avcodec.h, it is the description for
b_quant factor. patch by tripp, eliared yahoo com
Originally committed as revision 14328 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 4942ab1..ed267bb 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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
*/
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list