• 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

修订版e743df7ced70bbac86a9de4a405f724b0f63ac2a (tree)
时间2009-05-25 14:53:44
作者Austin Yuan <shengquan.yuan@inte...>
CommiterAustin Yuan

Log Message

Added "intra_period" into VAEncSequenceParameterBufferH263

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

更改概述

差异

--- a/src/va.h
+++ b/src/va.h
@@ -1032,7 +1032,8 @@ typedef struct _VAEncPictureParameterBufferH264
10321032 ****************************/
10331033
10341034 typedef struct _VAEncSequenceParameterBufferH263
1035-{
1035+{
1036+ unsigned int intra_period;
10361037 unsigned int bits_per_second;
10371038 unsigned int frame_rate;
10381039 unsigned int initial_qp;