• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/libva


Commit MetaInfo

修订版218c30b7414439135da960afa0e905d4f43abe5c (tree)
时间2013-05-28 17:46:48
作者Hai Lan <hai.lan@inte...>
CommiterXiang, Haihao

Log Message

test/encode/avcenc: Fix a QP error in avcenc

Signed-off-by: Hai Lan <hai.lan@intel.com>

更改概述

差异

--- a/test/encode/avcenc.c
+++ b/test/encode/avcenc.c
@@ -1194,7 +1194,6 @@ int main(int argc, char *argv[])
11941194 qp_value = 28; //default const QP mode
11951195
11961196 if (argc == 7) {
1197- qp_value = -1;
11981197 sscanf(argv[6], "mode=%d", &mode_value);
11991198 if ( mode_value == 0 ) {
12001199 i_frame_only = 1;